mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 19:49:01 +01: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,
|
||||
.ck-content a.reference-link > span {
|
||||
.ck-content a.reference-link > span,
|
||||
.board-note {
|
||||
color: var(--dark-theme-custom-color, inherit);
|
||||
}
|
||||
|
||||
|
||||
@ -87,6 +87,7 @@ html {
|
||||
}
|
||||
|
||||
:root .reference-link,
|
||||
.ck-content a.reference-link > span {
|
||||
.ck-content a.reference-link > span,
|
||||
.board-note {
|
||||
color: var(--light-theme-custom-color, inherit);
|
||||
}
|
||||
@ -278,7 +278,8 @@
|
||||
}
|
||||
|
||||
:root .reference-link,
|
||||
.ck-content a.reference-link > span {
|
||||
.ck-content a.reference-link > span,
|
||||
.board-note {
|
||||
color: var(--dark-theme-custom-color, inherit);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user