From 6a96584f19b66e827924000e9b476e0e332141db Mon Sep 17 00:00:00 2001 From: Extravi <98912029+Extravi@users.noreply.github.com> Date: Sat, 13 Aug 2022 07:19:15 -0400 Subject: [PATCH] Add files via upload --- static/css/dark.css | 10 +++++----- static/css/styles.css | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/static/css/dark.css b/static/css/dark.css index e965c54..60a3925 100644 --- a/static/css/dark.css +++ b/static/css/dark.css @@ -10,12 +10,12 @@ --special-result-border: #5f6368; --special-text-background: #282828; --special-text-color: #cccccc; - - --search-container-text-color: #e8eaed; + + --search-container-text-color: #e8eaed; --search-container-background-color: #333333; - - --hr-color: #303134; + + --search-form-background-color: #161616; --footer-fg: #999da2; --footer-bg: #161616; -} +} \ No newline at end of file diff --git a/static/css/styles.css b/static/css/styles.css index 08ef59f..b6420cb 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -165,7 +165,7 @@ a:hover, } .sub-search-container { - background-color: #161616; + background-color: var(--search-form-background-color); width: 100%; border-bottom: 1px solid #303134; } @@ -469,4 +469,4 @@ a:hover, .next-page-button-wrapper { margin-left: 40px; } -} +} \ No newline at end of file