mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-10 03:53:37 -06:00
style/reference links: enable colors in table collections as well
This commit is contained in:
parent
4b34ae3fd4
commit
4bcf209072
@ -86,7 +86,7 @@ body ::-webkit-calendar-picker-indicator {
|
||||
--custom-color: var(--dark-theme-custom-color);
|
||||
}
|
||||
|
||||
.ck-content a.reference-link,
|
||||
.reference-link,
|
||||
.ck-content a.reference-link > span {
|
||||
color: var(--dark-theme-custom-color, inherit);
|
||||
}
|
||||
|
||||
@ -86,7 +86,7 @@ html {
|
||||
--custom-color: var(--light-theme-custom-color);
|
||||
}
|
||||
|
||||
.ck-content a.reference-link,
|
||||
.reference-link,
|
||||
.ck-content a.reference-link > span {
|
||||
color: var(--light-theme-custom-color, inherit);
|
||||
}
|
||||
@ -277,7 +277,7 @@
|
||||
--custom-bg-color: hsl(var(--custom-color-hue), 20%, 33%, 0.4);
|
||||
}
|
||||
|
||||
.ck-content a.reference-link,
|
||||
.reference-link,
|
||||
.ck-content a.reference-link > span {
|
||||
color: var(--dark-theme-custom-color, inherit);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user