From b34bf50233329793f617da239c90698d757d32dd Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 9 Apr 2021 11:23:32 -0400 Subject: [PATCH] Updated Styling with Custom CSS (markdown) --- Styling-with-Custom-CSS.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Styling-with-Custom-CSS.md b/Styling-with-Custom-CSS.md index ed9446a..ee3ce7a 100644 --- a/Styling-with-Custom-CSS.md +++ b/Styling-with-Custom-CSS.md @@ -17,16 +17,16 @@ Each Whoogle instance starts with the following variables applied for all pages: --whoogle-result-visited: #4b11a8; /* DARK THEME COLORS */ - --whoogle-dark-logo: #685e79; - --whoogle-dark-page-bg: #222222; - --whoogle-dark-element-bg: #685e79; - --whoogle-dark-text: #ffffff; - --whoogle-dark-contrast-text: #000000; - --whoogle-dark-secondary-text: #bbbbbb; - --whoogle-dark-result-bg: #000000; - --whoogle-dark-result-title: #1967d2; - --whoogle-dark-result-url: #4b11a8; - --whoogle-dark-result-visited: #bbbbff; + --whoogle-dark-logo: #888888; + --whoogle-dark-page-bg: #080808; + --whoogle-dark-element-bg: #111111; + --whoogle-dark-text: #dddddd; + --whoogle-dark-contrast-text: #aaaaaa; + --whoogle-dark-secondary-text: #8a8b8c; + --whoogle-dark-result-bg: #111111; + --whoogle-dark-result-title: #dddddd; + --whoogle-dark-result-url: #eceff4; + --whoogle-dark-result-visited: #959595; } ```