Skip to content

Commit

Permalink
Restrict header highlighting to search form (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek authored Jan 5, 2024
1 parent cd72b48 commit 535839b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/frontend/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
--header-bg-classic: #000;
--search-bg: #4d545d;
--search-input-color: rgb(200, 200, 204);
--header-link-bg-classic-hover: var(--text-color);
.main-search__icon-trailing {
--header-link-bg-classic-hover: var(--text-color);
}

/* Breadcrumbs */
--breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);
Expand Down

0 comments on commit 535839b

Please sign in to comment.