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