From 415d2826c637a3b72f34626970f3f48a4aeb98ef Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 30 Nov 2025 23:30:30 +0200 Subject: [PATCH] style/calendar collection: tweak dark theme colors --- apps/client/src/stylesheets/theme-next-dark.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 5a2ebbfc5..8780b1ba5 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -271,7 +271,7 @@ --ck-editor-toolbar-button-on-shadow: 1px 1px 2px rgba(0, 0, 0, .75); --ck-editor-toolbar-dropdown-button-open-background: #ffffff14; - --calendar-coll-event-background-saturation: 30%; + --calendar-coll-event-background-saturation: 25%; --calendar-coll-event-background-lightness: 20%; --calendar-coll-event-background-color: #3c3c3c; --calendar-coll-event-text-color: white;