Update dark-theme.css
This commit is contained in:
parent
9218932ebd
commit
29d01314a6
|
@ -1,5 +1,5 @@
|
||||||
html {
|
html {
|
||||||
background-color: #000 !important;
|
background-color: #222 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -7,7 +7,6 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
/*background-color: #111 !important;*/
|
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -42,9 +41,17 @@ input {
|
||||||
|
|
||||||
#search-bar {
|
#search-bar {
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
background-color: #000 !important;
|
background-color: #222 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
background-color: #000 !important;
|
background-color: #222 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ZINbbc{
|
||||||
|
background-color: #1a1a1a !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bRsWnc{
|
||||||
|
background-color: #1a1a1a !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user