mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
style/note title & icon: add support for both dark and light color schemes
This commit is contained in:
parent
468d4a4369
commit
ddca68eafa
@ -199,6 +199,10 @@
|
||||
--badge-background-color: #ffffff1a;
|
||||
--badge-text-color: var(--muted-text-color);
|
||||
|
||||
--note-icon-button-background-color: #444444;
|
||||
--note-icon-button-hover-background-color: #5a5a5a;
|
||||
--note-icon-button-color: white;
|
||||
|
||||
--promoted-attribute-card-background-color: #ffffff21;
|
||||
--promoted-attribute-card-shadow: none;
|
||||
|
||||
|
||||
@ -191,6 +191,10 @@
|
||||
--badge-background-color: #00000011;
|
||||
--badge-text-color: var(--muted-text-color);
|
||||
|
||||
--note-icon-button-background-color: #4f4f4f;
|
||||
--note-icon-button-hover-background-color: #737373;
|
||||
--note-icon-button-color: white;
|
||||
|
||||
--promoted-attribute-card-background-color: #00000014;
|
||||
--promoted-attribute-card-shadow: none;
|
||||
|
||||
|
||||
@ -76,10 +76,6 @@ div.note-icon-widget {
|
||||
}
|
||||
|
||||
body.experimental-feature-new-layout {
|
||||
--note-icon-button-background-color: #444444;
|
||||
--note-icon-button-hover-background-color: #5a5a5a;
|
||||
--note-icon-button-color: white;
|
||||
|
||||
.note-icon-widget button.note-icon {
|
||||
--input-focus-outline-color: var(--note-icon-button-hover-background-color);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user