From a4be86dbd85b7240342dd87d4661e41993edb70c Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Tue, 23 Dec 2025 05:26:54 +0200 Subject: [PATCH] style/text: prevent reference links inherit color from the current note --- 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 2fe4a00c2..d31acc280 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 > span { +.ck-content a.reference-link.use-note-color > span { color: var(--custom-color, inherit); }