mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 03:59:05 +01:00
style: fix broken colored links inside read-only notes (hover color)
This commit is contained in:
parent
f5038a08e5
commit
6eccaac4bb
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user