mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
style/text: prevent reference links inherit color from the current note
This commit is contained in:
@@ -692,7 +692,7 @@ html .note-detail-editable-text :not(figure, .include-note, hr):first-child {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.ck-content a.reference-link > span {
|
||||
.ck-content a.reference-link.use-note-color > span {
|
||||
color: var(--custom-color, inherit);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user