style/note icon: tweak colors

This commit is contained in:
Adorian Doran 2025-12-18 03:14:21 +02:00
parent ea2dd0293f
commit 7cfc67cf9f
2 changed files with 7 additions and 2 deletions

View File

@ -327,6 +327,6 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
}
.note-split.with-hue {
--note-icon-custom-background-color: hsl(var(--custom-color-hue), 8%, 29.4%);
--note-icon-custom-color: hsl(var(--custom-color-hue), 89%, 78%);
--note-icon-custom-background-color: hsl(var(--custom-color-hue), 15.8%, 30.9%);
--note-icon-custom-color: hsl(var(--custom-color-hue), 100%, 76.5%);
}

View File

@ -298,6 +298,11 @@
}
.note-split.with-hue {
/*
--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-background-color: hsl(var(--custom-color-hue), 44.5%, 43.1%);
--note-icon-custom-color: hsl(var(--custom-color-hue), 91.3%, 91%);
}