From 33742ce247d9489f738883f9e9fda0a362ae21da Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 25 Nov 2022 16:38:46 -0700 Subject: [PATCH] Revert change to light theme contrast text color The change made to whoogle-contrast-text in #873 wasn't the right decision, since whoogle-contrast-text is meant to contrast with darker UI elements. whoogle-text already contrasts with the default white background. --- app/static/css/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/css/variables.css b/app/static/css/variables.css index 5d6aaec..e53d157 100644 --- a/app/static/css/variables.css +++ b/app/static/css/variables.css @@ -5,7 +5,7 @@ --whoogle-page-bg: #ffffff; --whoogle-element-bg: #4285f4; --whoogle-text: #000000; - --whoogle-contrast-text: #70757a; + --whoogle-contrast-text: #ffffff; --whoogle-secondary-text: #70757a; --whoogle-result-bg: #ffffff; --whoogle-result-title: #1967d2;