style/links: fix the color for links referencing colored notes

This commit is contained in:
Adorian Doran 2025-12-24 19:41:05 +02:00
parent 3c14750e90
commit 219454c7d3

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.use-note-color > span {
.ck-content a.reference-link > span.use-note-color {
color: var(--custom-color, inherit);
}