style/text: prevent reference links inherit color from the current note

This commit is contained in:
Adorian Doran
2025-12-23 05:26:54 +02:00
parent b6ca6476de
commit a4be86dbd8

View File

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