From fd9cb13cfdc6d5a0aa5ed8dd74c74b18b127aaf8 Mon Sep 17 00:00:00 2001 From: Tron Date: Sat, 30 Nov 2024 23:19:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v1.1.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 6399d41..2e13d90 100644 --- a/src/index.ts +++ b/src/index.ts @@ -148,6 +148,7 @@ export default class PluginFootnote extends Plugin { .protyle-wysiwyg [data-node-id] span[data-type*="block-ref"][custom-footnote], .protyle-wysiwyg [data-node-id] span[data-ref*="siyuan://blocks"][custom-footnote] { background-color: var(--b3-font-background5) !important; + color: var(--b3-theme-on-background) !important; border: none !important; margin: 0 1px; border-radius: 3px;