From 7787e7085e08de2a7cfa92153c42b8a3452de91e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 30 Nov 2025 23:22:41 +0200 Subject: [PATCH] style/calendar collection: tweak dark theme colors --- apps/client/src/stylesheets/theme-next-dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/theme-next-dark.css b/apps/client/src/stylesheets/theme-next-dark.css index 1565fe1e8..5a2ebbfc5 100644 --- a/apps/client/src/stylesheets/theme-next-dark.css +++ b/apps/client/src/stylesheets/theme-next-dark.css @@ -271,8 +271,8 @@ --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: 12%; - --calendar-coll-event-background-lightness: 21%; + --calendar-coll-event-background-saturation: 30%; + --calendar-coll-event-background-lightness: 20%; --calendar-coll-event-background-color: #3c3c3c; --calendar-coll-event-text-color: white; --calendar-cell-event-hover-filter: brightness(1.25);