Search form colors are no longer inverted
This commit is contained in:
parent
052615087b
commit
d5f7178314
@ -102,8 +102,8 @@ a:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-form {
|
.search-form {
|
||||||
background: var(--foreground);
|
background: var(--background);
|
||||||
color: var(--background);
|
color: var(--foreground);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -141,8 +141,8 @@ body.suggestions .search-suggestions {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion.highlight {
|
.search-suggestion.highlight {
|
||||||
background: var(--background);
|
background: var(--foreground);
|
||||||
color: var(--foreground);
|
color: var(--background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-suggestion b {
|
.search-suggestion b {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user