Skip to content

Commit 9bc3e80

Browse files
authored
Darker color for search, highlight search help icon on hover (#433)
1 parent a699712 commit 9bc3e80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/frontend/main.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
--header-link-color-active: var(--text-color);
4949
--header-bg-classic: #000;
5050
--search-bg: #4d545d;
51-
--search-input-color: var(--text-color);
51+
--search-input-color: rgb(200, 200, 204);
52+
--header-link-bg-classic-hover: var(--text-color);
5253

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

0 commit comments

Comments
 (0)