mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Fix color for light contrast text (#873)
The color for the variable whoogle-contrast-text should be black or gray; otherwise it will not be shown with white background.
This commit is contained in:
parent
3e39e0e041
commit
77884d05f2
@ -5,7 +5,7 @@
|
||||
--whoogle-page-bg: #ffffff;
|
||||
--whoogle-element-bg: #4285f4;
|
||||
--whoogle-text: #000000;
|
||||
--whoogle-contrast-text: #ffffff;
|
||||
--whoogle-contrast-text: #70757a;
|
||||
--whoogle-secondary-text: #70757a;
|
||||
--whoogle-result-bg: #ffffff;
|
||||
--whoogle-result-title: #1967d2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user