From af934c6767b943be92fa03ea37bf3944671a1c54 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Thu, 13 Nov 2025 19:55:52 +0100 Subject: [PATCH] improve colors --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index a7da777..4ef1abf 100644 --- a/src/index.css +++ b/src/index.css @@ -19,7 +19,7 @@ html, body { --inactive-bg-color: light-dark(#f7f7f7, rgb(29, 29, 29)); --inactive-fg-color: light-dark(grey, rgb(70, 70, 70)); --button-bg-color: light-dark(#fcfcfc, rgb(20, 20, 20)); - --modal-backdrop-color: light-dark(rgba(200,200,200,0.7), rgba(59, 7, 7, 0.849)); + --modal-backdrop-color: light-dark(rgba(200,200,200,0.7), rgba(23, 22, 32, 0.849)); --status-inactive-color: light-dark(grey, grey); --status-ok-color: light-dark(forestgreen, forestgreen); --or-state-bg-color: light-dark(#eee, #1a1a1a);