From ed243d29ff8098db87615601747e1cc0156dbbeb Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sun, 11 Jun 2023 20:33:41 +0800 Subject: [PATCH] fix/darkmode-git-color --- styles/globals.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index fac5bcc0..b791cd3d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -341,4 +341,20 @@ a.avatar-wrapper { column-count: 1; column-gap: .5rem; } - } \ No newline at end of file + } + +.notion-external-title { + @apply dark:text-white !important; +} + +.notion-external-subtitle { + @apply dark:text-gray-400 !important; +} + +.notion-external-block { + @apply dark:border-gray-200 !important; +} + +.notion-external-image > svg > g > path{ + @apply dark:fill-gray-200 !important; +} \ No newline at end of file