mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Fix incorrect contrast text in dark theme
This commit is contained in:
parent
91dd677e22
commit
2406fee05c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue