From 219454c7d375bb03f4c8c4e1c000bc459f1ad2b0 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 24 Dec 2025 19:41:05 +0200 Subject: [PATCH] style/links: fix the color for links referencing colored notes --- apps/client/src/stylesheets/theme-next/notes/text.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/notes/text.css b/apps/client/src/stylesheets/theme-next/notes/text.css index 394ac7b37..222dab7a9 100644 --- a/apps/client/src/stylesheets/theme-next/notes/text.css +++ b/apps/client/src/stylesheets/theme-next/notes/text.css @@ -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); }