Fix page background color in dark theme

This commit is contained in:
Tyler Hallada 2022-08-17 18:16:42 -04:00
parent 9f3a4fc64e
commit 724daefe72

View File

@ -1,7 +1,8 @@
/* Dark theme */
body {
html {
filter: invert(90%);
background-color: rgba(10, 10, 10, 0.9);
}
img:not(.icon), video, div.video-container {