Skip to content

Commit 59b0fa2

Browse files
GuillaumeGomezJoshua Nelson
authored andcommitted
Fix navbar input color
1 parent d51e823 commit 59b0fa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/style/base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ body {
3030
color: var(--input-color);
3131
}
3232

33+
#nav-search {
34+
color: var(--color-navbar-standard);
35+
}
36+
3337
#search {
3438
box-shadow: 0 0 0 1px var(--color-border), 0 0 0 1px var(--color-border);
3539
transition: box-shadow 150ms ease-in-out;

0 commit comments

Comments
 (0)