Changed Background fro Grey to Black
This commit is contained in:
parent
89ffd78a33
commit
a7a9d772aa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user