style: fix broken colored links inside read-only notes (hover color)

This commit is contained in:
Adorian Doran 2025-10-22 22:12:58 +03:00
parent f5038a08e5
commit 6eccaac4bb
3 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,7 @@ body ::-webkit-calendar-picker-indicator {
}
:root .reference-link,
:root .reference-link:hover,
.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,
:root .reference-link:hover,
.ck-content a.reference-link > span,
.board-note {
color: var(--light-theme-custom-color, inherit);

View File

@ -278,6 +278,7 @@
}
:root .reference-link,
:root .reference-link:hover,
.ck-content a.reference-link > span,
.board-note {
color: var(--dark-theme-custom-color, inherit);