From 52c6914d414d3dd94d61486b9083890dada9422d Mon Sep 17 00:00:00 2001 From: Timon Ostertun Date: Wed, 19 Feb 2025 15:34:43 +0100 Subject: [PATCH] fix expenditures dark mode --- client/styles/regatten.css | 5 ++++- server/version.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/client/styles/regatten.css b/client/styles/regatten.css index ece6131..580623c 100644 --- a/client/styles/regatten.css +++ b/client/styles/regatten.css @@ -201,11 +201,14 @@ justify-content: center; } .expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) { - background: white; + background: #fff; width: initial; margin-top: -1em; padding: 0 .5em; } +.theme-dark .expenditures-list > div.sum > div:nth-child(1) > div:nth-child(1) { + background-color: #0f1117; +} /*** NORMAL LIST ***/ .normal-list > div { diff --git a/server/version.php b/server/version.php index 4e10114..3b90b9f 100644 --- a/server/version.php +++ b/server/version.php @@ -1,5 +1,5 @@