From 60fc788d4b0b646deea29f55fb18bb985f4f54f8 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 27 Sep 2024 16:11:06 +0800 Subject: [PATCH] =?UTF-8?q?Notion=E9=BB=98=E8=AE=A4=E6=96=87=E5=AD=97?= =?UTF-8?q?=E7=BA=AF=E9=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/notion.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/styles/notion.css b/styles/notion.css index 0685e304..06070936 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1,5 +1,5 @@ :root { - --fg-color: rgb(0, 0, 0); + --fg-color: rgb(0, 0, 0) !important; --fg-color-0: rgba(55, 53, 47, 0.09); --fg-color-1: rgba(55, 53, 47, 0.16); --fg-color-2: rgba(55, 53, 47, 0.4); @@ -1796,8 +1796,7 @@ svg + .notion-page-title-text { display: inline-block; width: 14px; height: 14px; - /* fill: var(--fg-color); */ - fill: rgba(55, 53, 47); + fill: var(--fg-color); margin-right: 6px; @apply dark:fill-gray-200; }