Fix incorrect contrast text in dark theme

This commit is contained in:
Ben Busby 2021-04-05 10:24:54 -04:00
parent 91dd677e22
commit 2406fee05c
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

View File

@ -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 {