diff --git a/styles/notion.css b/styles/notion.css index 06070936..eee6a48d 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1452,7 +1452,6 @@ code[class*='language-'] { .notion-collection-card-property .notion-page-title-text { border-bottom: 0 none; - @apply dark:text-gray-200; } .notion-collection-card-property @@ -1470,6 +1469,7 @@ code[class*='language-'] { overflow: hidden; text-overflow: ellipsis; font-weight: 500; + @apply dark:text-gray-200; } .notion-collection-row {