Fix incorrect contrast text in dark theme
This commit is contained in:
parent
91dd677e22
commit
2406fee05c
|
@ -77,7 +77,7 @@ select {
|
||||||
#search-submit {
|
#search-submit {
|
||||||
border: 1px solid var(--whoogle-dark-element-bg) !important;
|
border: 1px solid var(--whoogle-dark-element-bg) !important;
|
||||||
background: var(--whoogle-dark-element-bg) !important;
|
background: var(--whoogle-dark-element-bg) !important;
|
||||||
color: var(--whoogle-contrast-text) !important;
|
color: var(--whoogle-dark-contrast-text) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.info-text {
|
.info-text {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user