From f811ed2bd4f027e879e902ab3f62fb3b59bba1a3 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:46:18 +0500 Subject: [PATCH] fix: remove text decoration on link hover in styles --- dist/css/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/css/styles.css b/dist/css/styles.css index 4c343ed..fe1f010 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -230,7 +230,7 @@ a { a:hover { color: var(--primary-hover); - text-decoration: underline; + text-decoration: none; } .page-wrapper {