Skip to content

Commit

Permalink
Merge pull request #689 from UTDNebula/NP-35
Browse files Browse the repository at this point in the history
NP-35 Change landing page button colors
  • Loading branch information
akevinge authored Sep 28, 2023
2 parents 7fdbe39 + 00b6c75 commit 9a73ed4
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 9a73ed4

Please sign in to comment.