diff --git a/styles/notion.css b/styles/notion.css index c85608a9..92acdb96 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1993,3 +1993,7 @@ thead, tbody tr { width:100%; table-layout:fixed; } + +.notion-collection-card{ + @apply dark:hover:text-gray-200 +} \ No newline at end of file