mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-11 05:45:26 -06:00
style/board/board items: make the note custom color be applied again as the text color
This commit is contained in:
parent
d1e6bd9c3a
commit
f5038a08e5
@ -87,7 +87,8 @@ body ::-webkit-calendar-picker-indicator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .reference-link,
|
:root .reference-link,
|
||||||
.ck-content a.reference-link > span {
|
.ck-content a.reference-link > span,
|
||||||
|
.board-note {
|
||||||
color: var(--dark-theme-custom-color, inherit);
|
color: var(--dark-theme-custom-color, inherit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -87,6 +87,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .reference-link,
|
:root .reference-link,
|
||||||
.ck-content a.reference-link > span {
|
.ck-content a.reference-link > span,
|
||||||
|
.board-note {
|
||||||
color: var(--light-theme-custom-color, inherit);
|
color: var(--light-theme-custom-color, inherit);
|
||||||
}
|
}
|
||||||
@ -278,7 +278,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
:root .reference-link,
|
:root .reference-link,
|
||||||
.ck-content a.reference-link > span {
|
.ck-content a.reference-link > span,
|
||||||
|
.board-note {
|
||||||
color: var(--dark-theme-custom-color, inherit);
|
color: var(--dark-theme-custom-color, inherit);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user