From e511cbd02ae7cc50fc4b06afe041239e79c8a79e Mon Sep 17 00:00:00 2001 From: elpatron Date: Thu, 24 Jul 2025 12:19:05 +0200 Subject: [PATCH] Change background colour --- static/style.css | 8 ++++---- templates/index.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index c46cb0d..4cd668a 100644 --- a/static/style.css +++ b/static/style.css @@ -153,10 +153,10 @@ button:hover { .header-plusminus-werktage.active, .header-plusminus-werktage:hover { background: #0369a1; } .header-plusminus-wochenmonate { background: #f43f5e; } .header-plusminus-wochenmonate.active, .header-plusminus-wochenmonate:hover { background: #be123c; } -.header-kw { background: #facc15; color: #1e293b; } -.header-kw.active, .header-kw:hover { background: #ca8a04; } -.header-kw-datum { background: #38bdf8; } -.header-kw-datum.active, .header-kw-datum:hover { background: #0ea5e9; } +.header-kw { background: #a78bfa; color: #1e293b; } +.header-kw.active, .header-kw:hover { background: #7c3aed; } +.header-kw-datum { background: #facc15; color: #1e293b; } +.header-kw-datum.active, .header-kw-datum:hover { background: #ca8a04; } @media (max-width: 600px) { .container { margin: 1em; diff --git a/templates/index.html b/templates/index.html index 873aa9b..1456b26 100644 --- a/templates/index.html +++ b/templates/index.html @@ -305,7 +305,7 @@
-