Fix incorrect contrast text in dark theme

pull/271/head
Ben Busby 3 years ago
parent 91dd677e22
commit 2406fee05c
No known key found for this signature in database
GPG Key ID: 3B08611DF6E62ED2

@ -77,7 +77,7 @@ select {
#search-submit {
border: 1px solid 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 {

Loading…
Cancel
Save