From b55aad3fdfe62e398b27c03f6b9ca74f6d43599d Mon Sep 17 00:00:00 2001 From: Ziga Zajc Date: Thu, 17 Dec 2020 22:03:05 +0100 Subject: [PATCH] Use #222 for dark mode bg (#159) --- app/static/css/dark-theme.css | 15 +++++++++++---- app/static/css/search-dark.css | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/app/static/css/dark-theme.css b/app/static/css/dark-theme.css index a3c0aae..4bd6af1 100644 --- a/app/static/css/dark-theme.css +++ b/app/static/css/dark-theme.css @@ -1,5 +1,5 @@ html { - background-color: #000 !important; + background-color: #222 !important; } body { @@ -7,7 +7,6 @@ body { } div { - /*background-color: #111 !important;*/ color: #fff !important; } @@ -42,9 +41,17 @@ input { #search-bar { color: #fff !important; - background-color: #000 !important; + background-color: #222 !important; } .search-container { - background-color: #000 !important; + background-color: #222 !important; +} + +.ZINbbc{ + background-color: #1a1a1a !important; +} + +.bRsWnc{ + background-color: #1a1a1a !important; } diff --git a/app/static/css/search-dark.css b/app/static/css/search-dark.css index cef079e..efd923e 100644 --- a/app/static/css/search-dark.css +++ b/app/static/css/search-dark.css @@ -21,7 +21,7 @@ padding: 10px; cursor: pointer; color: #fff; - background-color: #000; + background-color: #222; border-bottom: 1px solid #242424; }