Skip to content

Commit

Permalink
fix: 🐛 Added a dark background to open search icon to improve contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleytowner committed Apr 30, 2024
1 parent ebf03e8 commit 652c927
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ body.scrolled.home .site-logo img {
height: 26px; /* default P4 value */
}

.nav-search-toggle {
--top-navigation--search-toggle--background: var(--grey-800);
}

#footer {
background-repeat-x: no-repeat;
background-repeat-y: repeat;
Expand Down
Loading

0 comments on commit 652c927

Please sign in to comment.