mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
fix toc dark color
This commit is contained in:
@@ -1121,11 +1121,10 @@ code[class*='language-'] {
|
||||
.notion-table-of-contents {
|
||||
width: 100%;
|
||||
margin: 4px 0;
|
||||
@apply bg-gray-50 dark:bg-black p-2
|
||||
@apply bg-gray-50 dark:bg-gray-900 p-2
|
||||
}
|
||||
|
||||
.notion-table-of-contents-item {
|
||||
/* color: inherit; */
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
transition: background 20ms ease-in 0s;
|
||||
@@ -1141,6 +1140,7 @@ code[class*='language-'] {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
@apply dark:text-white
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user