From 6319371ee4e5eabaca55a6aeb651b1ab27c617d1 Mon Sep 17 00:00:00 2001 From: guamss Date: Mon, 14 Sep 2026 18:04:37 +0200 Subject: [PATCH] fix: accesibility fix --- src/components/NavBar.astro | 8 ++-- src/components/PostCard.astro | 8 ++-- .../index.md | 19 +++----- .../blog/analyse-de-fire-punch/index.md | 16 +++---- .../index.md | 47 ++++++++++--------- src/pages/posts/[post_id].astro | 10 ++-- src/styles/footer.css | 1 + src/styles/navbar.css | 4 +- src/styles/post.css | 13 ++++- src/styles/postcard.css | 7 +-- 10 files changed, 71 insertions(+), 62 deletions(-) diff --git a/src/components/NavBar.astro b/src/components/NavBar.astro index c84cd63..527ab7f 100644 --- a/src/components/NavBar.astro +++ b/src/components/NavBar.astro @@ -9,7 +9,7 @@ const FORGE_BRANCH = import.meta.env.FORGE_BRANCH;