Fix page background color in dark theme
This commit is contained in:
parent
9f3a4fc64e
commit
724daefe72
@ -1,7 +1,8 @@
|
|||||||
/* Dark theme */
|
/* Dark theme */
|
||||||
|
|
||||||
body {
|
html {
|
||||||
filter: invert(90%);
|
filter: invert(90%);
|
||||||
|
background-color: rgba(10, 10, 10, 0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
img:not(.icon), video, div.video-container {
|
img:not(.icon), video, div.video-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user