From cdca0220f2f231e2b8977080aab02347e4c529a4 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:46:51 +1000 Subject: [PATCH] fix dark mode css --- css/appdark.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/appdark.css b/css/appdark.css index dc73a4b..0f6c3c0 100644 --- a/css/appdark.css +++ b/css/appdark.css @@ -75,7 +75,8 @@ body { .content_signup { color: rgb(167, 167, 167); - background: rgb(25, 25, 25); + background-color: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.5) } .content p a, @@ -92,7 +93,7 @@ body { } #footer_signup { - background: rgb(0, 0, 0); + /*background: rgb(0, 0, 0);*/ } #footer p,