Skip to content

Commit

Permalink
Updated to use the correct styles (#1282)
Browse files Browse the repository at this point in the history
* Updated to use the correct styles

* Prettier nitpicking
  • Loading branch information
hectorcorrea authored Feb 4, 2025
1 parent cdc3816 commit 4ae3710
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
text-decoration: none;
}
}

.navbar-contact-us:hover {
text-decoration: underline;
}

.navbar-faq:hover {
text-decoration: underline;
}
}
.btn.btn-warning.btn-sm {
--bs-btn-bg: white;
Expand All @@ -45,6 +53,9 @@
color: $black;
border: none;
}
.btn.btn-warning.btn-sm:hover {
background-color: $princeton-orange-80;
}
}

.header-row {
Expand Down

0 comments on commit 4ae3710

Please sign in to comment.