Skip to content

Commit

Permalink
AO3-6749 Fix top-level menu item text color in Low Vision Default
Browse files Browse the repository at this point in the history
Also adjust the selector for the text color of the site name in the header because it doesn't need to be so heavy
  • Loading branch information
sarken committed Sep 18, 2024
1 parent 7ab3c76 commit e130f33
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,18 +136,17 @@ pre {
}

#header,
#header ul.primary,
#header .open a,
#header .open a:focus,
#header .user .open a:focus,
#header .primary .dropdown a:focus,
#header .user .dropdown a:focus,
#footer,
.actions a:hover,
.actions a:focus {
background: #900;
color: #eee;
}

#header h1.heading a {
#header h1 a {
color: #fff;
}

Expand Down

0 comments on commit e130f33

Please sign in to comment.