Skip to content

Commit

Permalink
Update button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsstreedain committed May 26, 2024
1 parent 62af722 commit 257af55
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions client/src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,23 @@ body {
color: white;
}

.btn.btn-primary {
background-color: var(--splash);
border-color: var(--splash);
color: black;

&:hover {
background-color: white;
border-color: black;
color: black;
}

&:active {
background-color: white;
border-color: black;
}
}

.btn-secondary:focus {
background-color: #6c757d;
text-decoration: none;
Expand Down

0 comments on commit 257af55

Please # to comment.