Skip to content

Commit

Permalink
well it's a fix, sort of (#2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlius authored Oct 9, 2023
1 parent 9fd7b99 commit bcfafdc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
}

&.light-text {
a,
a:not(:global(.btn-top-signup)),
:global(.secondary-nav-dropdown) {
color: $color-text-white !important;
}
}

&.dark-text {
a,
a:not(:global(.btn-top-signup)),
:global(.secondary-nav-dropdown) {
color: $color-text-black !important;
}
Expand Down

0 comments on commit bcfafdc

Please sign in to comment.