diff --git a/src/config/theme.json b/src/config/theme.json index 687ed8c..c838223 100755 --- a/src/config/theme.json +++ b/src/config/theme.json @@ -9,9 +9,9 @@ "theme_dark": "" }, "text_color": { - "default": "#555", + "default": "#444444", "dark": "#040404", - "light": "#999" + "light": "#717171" } }, "darkmode": { diff --git a/src/layouts/components/Logo.astro b/src/layouts/components/Logo.astro index f857011..db463b4 100644 --- a/src/layouts/components/Logo.astro +++ b/src/layouts/components/Logo.astro @@ -28,7 +28,7 @@ const { theme_switcher }: { theme_switcher: boolean } = config.settings; <> {title}