From 8555e9599ba14d96b8d7718baead0afa7f008c07 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 19 Jul 2024 22:05:11 +0200 Subject: [PATCH] Darken the background color in tables in dark mode --- themes/svrjswebsite/source/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/svrjswebsite/source/css/main.css b/themes/svrjswebsite/source/css/main.css index 130e08c..30b15fd 100644 --- a/themes/svrjswebsite/source/css/main.css +++ b/themes/svrjswebsite/source/css/main.css @@ -454,7 +454,7 @@ input[type=submit]:hover { } table tbody { - background-color: #000f00; + background-color: #000700; color: #ffffff; }