From 87549d22dd8f2820dd1aab52093067a2e8119426 Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 19 Jul 2024 22:13:03 +0200 Subject: [PATCH] Darken background colors in dark mode --- frontend/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/css/main.css b/frontend/css/main.css index 34eb8c8..30b15fd 100644 --- a/frontend/css/main.css +++ b/frontend/css/main.css @@ -401,7 +401,7 @@ input[type=submit]:hover { .dummy {} body { - background-color: #002000; + background-color: #000f00; color: #ffffff; } @@ -454,7 +454,7 @@ input[type=submit]:hover { } table tbody { - background-color: #000f00; + background-color: #000700; color: #ffffff; }