From 8a5b11d8322b806ce277c399e51b7f40efcb2556 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Sat, 12 Aug 2023 20:47:32 +0100 Subject: Text color and background colour is controlled by CSS vars --- src/components/Footer.astro | 4 ++-- src/components/Navbar.astro | 14 ++++++++++++++ src/components/SwitchLanguageLink.astro | 28 ++++++++++++++++++++++++++++ src/layouts/Layout.astro | 2 ++ 4 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 src/components/Navbar.astro create mode 100644 src/components/SwitchLanguageLink.astro (limited to 'src') diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 6ad0052..f5de8b8 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -2,8 +2,8 @@ --- -