Skip to content

Commit

Permalink
Changed landing button colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Peytonbarre committed Sep 28, 2023
1 parent 22499f9 commit 00b6c75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ header a:hover {
*/

.login {
background-color: #3772ff;
border-color: #3772ff;
background-color: #6266F9;
border-color: #6266F9;
color: #fff !important;
}

.login:hover {
background-color: #2956c5;
background-color: #474bb6;
color: #fff;
}

Expand Down

0 comments on commit 00b6c75

Please sign in to comment.