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 (
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className="outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500" + className="outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500" >
{ return
-
{locale.COMMON.ARTICLE_LOCK_TIPS}
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ @@ -31,7 +31,7 @@ export const ArticleLock = props => { submitPassword() } }} - className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500'> + className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500'>
 {locale.COMMON.SUBMIT} diff --git a/themes/matery/components/ArticleLock.js b/themes/matery/components/ArticleLock.js index 605bfb5d..6834eb72 100644 --- a/themes/matery/components/ArticleLock.js +++ b/themes/matery/components/ArticleLock.js @@ -22,7 +22,7 @@ export const ArticleLock = props => { } return
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500'> + className='outline-none w-full text-sm pl-5 rounded-l transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500'>
diff --git a/themes/next/components/ArticleLock.js b/themes/next/components/ArticleLock.js index 3843a956..ec6aae36 100644 --- a/themes/next/components/ArticleLock.js +++ b/themes/next/components/ArticleLock.js @@ -25,7 +25,7 @@ export const ArticleLock = props => { return (
-
+
{locale.COMMON.ARTICLE_LOCK_TIPS}
{ submitPassword() } }} - className="outline-none w-full text-sm pl-5 transition focus:shadow-lg dark:text-gray-300 font-light leading-10 text-black bg-gray-100 dark:bg-gray-500" + className="outline-none w-full text-sm pl-5 transition focus:shadow-lg font-light leading-10 bg-gray-100 dark:bg-gray-500" >