From ea2dd0293fa8590df1f03eb9504c4819d1ee48bd Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 18 Dec 2025 02:05:49 +0200 Subject: [PATCH] style/note icon: tweak colors --- apps/client/src/stylesheets/theme-next-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next-light.css b/apps/client/src/stylesheets/theme-next-light.css index d24d002cc..db0177579 100644 --- a/apps/client/src/stylesheets/theme-next-light.css +++ b/apps/client/src/stylesheets/theme-next-light.css @@ -298,6 +298,6 @@ } .note-split.with-hue { - --note-icon-custom-background-color: hsl(var(--custom-color-hue), 50%, 86.7%); + --note-icon-custom-background-color: hsl(var(--custom-color-hue), 53.8%, 87.3%); --note-icon-custom-color: hsl(var(--custom-color-hue), 36%, 23%); } \ No newline at end of file