From 7a2b20381a94ba31867fadda1cf54f2e03c85736 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Wed, 17 Jan 2024 09:48:30 +0100 Subject: [PATCH] remove ::after tag --- assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/style.css b/assets/style.css index b6dfabb..5b79329 100644 --- a/assets/style.css +++ b/assets/style.css @@ -53,7 +53,7 @@ li a { transition: all 0.3s ease; } -li a::after { +/*li a::after { content: ""; position: absolute; height: 4px; @@ -63,7 +63,7 @@ li a::after { background-color: var(--primary); transition: all 0.3s ease; border-radius: 15px; -} +}*/ li a:hover::after { width: 85%;