From 9932eae380e38c26e3edbbb8a12a5047e705dd96 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 9 Dec 2022 22:27:31 +0800 Subject: [PATCH] card-dark-mode-color --- styles/notion.css | 4 ++++ 1 file changed, 4 insertions(+) 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