mirror of
https://github.com/zadam/trilium.git
synced 2025-12-19 13:54:23 +01:00
style/note icon: tweak colors
This commit is contained in:
parent
ea2dd0293f
commit
7cfc67cf9f
@ -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%);
|
||||
}
|
||||
@ -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%);
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user