From 365569b18ff1af1667da7ad000de013db5b49324 Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Mon, 17 Apr 2023 15:30:07 +0600 Subject: [PATCH] improve accessiblity --- src/config/theme.json | 4 ++-- src/layouts/components/Logo.astro | 2 +- src/layouts/components/ThemeSwitcher.astro | 1 + src/layouts/partials/Header.astro | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) 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}