From 2f4b7748222ee115c479e7f7342c7990ba28c96f Mon Sep 17 00:00:00 2001 From: Ayo Date: Fri, 29 Sep 2023 12:30:29 +0200 Subject: [PATCH] feat: link to no-traffic blog post --- src/components/Footer.astro | 4 ++-- src/layouts/Layout.astro | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9ccc068..484a80c 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,8 +1,8 @@ diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 91fed17..4a93afa 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -82,9 +82,8 @@ const { title, description } = Astro.props; } a { - font-weight: 900; + font-weight: bold; color: var(--color-link); - border-radius: 0.4rem; } p,