mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-20 15:09:40 +00:00
Notion默认文字纯黑
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user