aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinfoil-hat <mail@tinfoil-hat.net>2021-08-21 00:46:58 +0200
committertinfoil-hat <mail@tinfoil-hat.net>2021-08-21 00:46:58 +0200
commita7a9d772aa5e9006c64b9e02d52377764a337e3e (patch)
tree83fe99c8e5f55cce36e622281839e99f02f9e758
parent89ffd78a33addc6f18d86b6ac9370476be6955f2 (diff)
downloadgitweb-master.tar.gz
gitweb-master.tar.bz2
gitweb-master.zip
Changed Background fro Grey to BlackHEADmaster
-rw-r--r--gitweb.css6
1 files 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;