From 4b6614f9525aee0b4215e4df2ae028fb381991aa Mon Sep 17 00:00:00 2001 From: wearrrrr Date: Mon, 30 Sep 2024 23:02:28 -0500 Subject: [PATCH] Update Alu logo colors, and fix background in macchiato and mocha themes. --- public/favicon.svg | 10 +++++----- src/components/UI/Header.astro | 13 ++++++++++++- src/layouts/Layout.astro | 5 +++++ src/pages/[lang]/index.astro | 16 ++++++---------- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/public/favicon.svg b/public/favicon.svg index ad315db..113b7bc 100644 --- a/public/favicon.svg +++ b/public/favicon.svg @@ -1,7 +1,7 @@ - - - - - \ No newline at end of file diff --git a/src/components/UI/Header.astro b/src/components/UI/Header.astro index 3c49112..e5f8803 100644 --- a/src/components/UI/Header.astro +++ b/src/components/UI/Header.astro @@ -7,7 +7,7 @@ const t = i18n.useTranslations(lang);