From 321832affaeca3805b2ce1d5fc1e109ce9e59876 Mon Sep 17 00:00:00 2001 From: sirlilpanda Date: Mon, 30 Mar 2026 23:02:03 +1300 Subject: [PATCH] tried a gradeint --- src/components/Footer.astro | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 80a8760..46dad04 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -21,7 +21,10 @@ const today = new Date(); .top-floor { - background: var(--top-footer-colour); + background: linear-gradient( + hsl(from var(--top-footer-colour) h s l), + var(--top-footer-colour) + ); width: 100%; height: 4em; }