Skip to content

Commit

Permalink
ensure nav links are white to prevent bad contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBudz committed Nov 28, 2024
1 parent d6a332f commit 05b8fd5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

.nav-link {
align-items: center;
color: $white;

&.dropdown-toggle::after {
display: inline-block;
Expand Down

0 comments on commit 05b8fd5

Please sign in to comment.