We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a699712 commit 9bc3e80Copy full SHA for 9bc3e80
src/main/frontend/main.scss
@@ -48,7 +48,8 @@
48
--header-link-color-active: var(--text-color);
49
--header-bg-classic: #000;
50
--search-bg: #4d545d;
51
- --search-input-color: var(--text-color);
+ --search-input-color: rgb(200, 200, 204);
52
+ --header-link-bg-classic-hover: var(--text-color);
53
54
/* Breadcrumbs */
55
--breadcrumbs-bar-background: hsl(240, 6%, 9%, 0.8);
0 commit comments