diff --git a/components/DarkModeButton.js b/components/DarkModeButton.js index 2b8cd5b8..869a36b3 100644 --- a/components/DarkModeButton.js +++ b/components/DarkModeButton.js @@ -13,7 +13,7 @@ const DarkModeButton = (props) => { htmlElement.classList?.add(newStatus ? 'dark' : 'light') } - return
+ return
diff --git a/public/css/theme-simple.css b/public/css/theme-simple.css index 80f093dd..43c514c1 100644 --- a/public/css/theme-simple.css +++ b/public/css/theme-simple.css @@ -6,6 +6,10 @@ color: #276077; } +.dark #theme-simple #blog-item-title { + color: #d1d5db; +} + .notion { margin-top: 0 !important; margin-bottom: 0 !important; diff --git a/themes/simple/LayoutBase.js b/themes/simple/LayoutBase.js index cbb11c37..c437fc1a 100644 --- a/themes/simple/LayoutBase.js +++ b/themes/simple/LayoutBase.js @@ -48,11 +48,12 @@ const LayoutBase = props => {
-