style/board/board items: make the note custom color be applied again as the text color

This commit is contained in:
Adorian Doran 2025-10-22 22:05:16 +03:00
parent d1e6bd9c3a
commit f5038a08e5
3 changed files with 6 additions and 3 deletions

View File

@ -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);
}

View File

@ -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);
}

View File

@ -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);
}