diff --git a/styles/notion.css b/styles/notion.css index 746189ec..99c2251e 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -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 }