From 85ed55b51da50cbf07f3c7dd29a4b69f5b1532b6 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Wed, 18 Mar 2026 11:21:50 +0100 Subject: [PATCH] Added theme meta tag (colors navigation bar on some browsers), disabled links underline on mobile --- src/pages/index.astro | 1 + src/styles/mobile.css | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 869d8ed..2a729ba 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -15,6 +15,7 @@ const { cards, website_title, website_logo } = data; + {website_title} diff --git a/src/styles/mobile.css b/src/styles/mobile.css index 59a631a..3e5b097 100644 --- a/src/styles/mobile.css +++ b/src/styles/mobile.css @@ -105,6 +105,10 @@ margin-top: 1.2rem; } + a { + text-decoration: none; + } + /*-Cards---------------------------------------------------------*/ .card-container { @@ -182,6 +186,7 @@ font-weight: 600; color: #eaeaea; text-align: center; + text-decoration: none; } .card-desc {