From 4408ac64d752f1d6b312c7c237a45138ce471795 Mon Sep 17 00:00:00 2001 From: DrMint <29893320+DrMint@users.noreply.github.com> Date: Mon, 29 Jan 2024 05:03:32 +0100 Subject: [PATCH] Byebye font size selector --- .../AppLayout/components/Html.astro | 1 - .../AppLayout/components/Topbar.astro | 31 +++---------------- src/middleware.ts | 2 +- src/pages/_components/LinkCard.astro | 6 ++-- 4 files changed, 8 insertions(+), 32 deletions(-) diff --git a/src/components/AppLayout/components/Html.astro b/src/components/AppLayout/components/Html.astro index ae9ad27..8b49620 100644 --- a/src/components/AppLayout/components/Html.astro +++ b/src/components/AppLayout/components/Html.astro @@ -18,7 +18,6 @@ const prefTheme = Astro.cookies.get("al_pref_theme")?.value;