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; }