Skip to content

Commit

Permalink
fix: improve disabled link colour contrast (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Camille Fenton authored Sep 13, 2022
1 parent be2ebb4 commit 493950d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ $dropdown-divider-bg: $gray-400;
$dropdown-divider-margin-y: .5625rem;
$dropdown-link-color: $primary;
$dropdown-link-hover-color: $accent;
$dropdown-link-disabled-color: $gray-700;
$dropdown-header-color: $gray-700;
$dropdown-item-padding-y: 3px;
$dropdown-item-padding-x: 20px;
Expand Down

0 comments on commit 493950d

Please sign in to comment.