From 006ebea747b71cb9797c3953c8430c3454733bf4 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 8 Feb 2023 14:04:22 +0800 Subject: [PATCH] :lipstick: fix https://github.com/siyuan-note/siyuan/issues/7293 --- app/appearance/themes/daylight/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/appearance/themes/daylight/theme.css b/app/appearance/themes/daylight/theme.css index 6e588b3f9..d690c93bb 100644 --- a/app/appearance/themes/daylight/theme.css +++ b/app/appearance/themes/daylight/theme.css @@ -139,7 +139,7 @@ --b3-protyle-inline-mark-color: #202124; --b3-protyle-inline-tag-color: #5f6368; --b3-protyle-inline-blockref-color: #8250df; - --b3-protyle-inline-fileref-color: var(--b3-theme-secondary); + --b3-protyle-inline-fileref-color: #21862e; /* PDF */ --b3-pdf-selection: #d0e9c8;