mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
Notion默认文字纯黑
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
:root {
|
: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-0: rgba(55, 53, 47, 0.09);
|
||||||
--fg-color-1: rgba(55, 53, 47, 0.16);
|
--fg-color-1: rgba(55, 53, 47, 0.16);
|
||||||
--fg-color-2: rgba(55, 53, 47, 0.4);
|
--fg-color-2: rgba(55, 53, 47, 0.4);
|
||||||
@@ -1796,8 +1796,7 @@ svg + .notion-page-title-text {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
/* fill: var(--fg-color); */
|
fill: var(--fg-color);
|
||||||
fill: rgba(55, 53, 47);
|
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
@apply dark:fill-gray-200;
|
@apply dark:fill-gray-200;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user