From 724daefe72265acc10be814d0edebda2c75d3895 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Wed, 17 Aug 2022 18:16:42 -0400 Subject: [PATCH] Fix page background color in dark theme --- css/main_dark.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/main_dark.css b/css/main_dark.css index 06de635..e2702ac 100644 --- a/css/main_dark.css +++ b/css/main_dark.css @@ -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 {