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 diff --git a/themes/fukasawa/components/ArticleLock.js b/themes/fukasawa/components/ArticleLock.js index 23a663a3..45f50dfe 100644 --- a/themes/fukasawa/components/ArticleLock.js +++ b/themes/fukasawa/components/ArticleLock.js @@ -25,7 +25,7 @@ export const ArticleLock = props => { return (