style/note icon: tweak colors

This commit is contained in:
Adorian Doran 2025-12-18 02:05:49 +02:00
parent 76c16f3a62
commit ea2dd0293f

View File

@ -298,6 +298,6 @@
} }
.note-split.with-hue { .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%); --note-icon-custom-color: hsl(var(--custom-color-hue), 36%, 23%);
} }