mirror of
https://github.com/zadam/trilium.git
synced 2025-12-19 22:59:53 +01:00
Compare commits
3 Commits
layout/rig
...
bugfix/tit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35a109616c | ||
|
|
641176011f | ||
|
|
5907b7090e |
@@ -114,4 +114,8 @@ body .todo-list input[type="checkbox"]:not(:checked):before {
|
||||
|
||||
.use-note-color {
|
||||
--custom-color: var(--dark-theme-custom-color);
|
||||
}
|
||||
}
|
||||
|
||||
span.fancytree-active {
|
||||
color: var(--custom-color, var(--active-item-text-color));
|
||||
}
|
||||
|
||||
@@ -98,4 +98,8 @@ html {
|
||||
|
||||
.use-note-color {
|
||||
--custom-color: var(--light-theme-custom-color);
|
||||
}
|
||||
}
|
||||
|
||||
span.fancytree-active {
|
||||
color: var(--custom-color, var(--active-item-text-color));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user