From a7a9d772aa5e9006c64b9e02d52377764a337e3e Mon Sep 17 00:00:00 2001 From: tinfoil-hat Date: Sat, 21 Aug 2021 00:46:58 +0200 Subject: Changed Background fro Grey to Black --- gitweb.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitweb.css b/gitweb.css index 7a75d58..6c36264 100644 --- a/gitweb.css +++ b/gitweb.css @@ -38,10 +38,10 @@ outline-color: var(--darkreader-inline-outline) !important; } html { - background-color: #181818 !important; + background-color: #000000 !important; } html, body, input, textarea, select, button { - background-color: #181818; + background-color: #000000; } html, body, input, textarea, select, button { border-color: #6c6458; @@ -76,7 +76,7 @@ select:-webkit-autofill { background-color: #474947; } ::-webkit-scrollbar-corner { - background-color: #181818; + background-color: #000000; } * { scrollbar-color: #20211f #444543; -- cgit v1.2.3