Changed Background fro Grey to Black

This commit is contained in:
tinfoil-hat 2021-08-21 00:46:58 +02:00
parent 89ffd78a33
commit a7a9d772aa

View File

@ -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;