From d7c8b0cbc21281bc33b44110c9053b18c520ed49 Mon Sep 17 00:00:00 2001 From: Amin Jalal Date: Wed, 6 Nov 2024 16:36:55 +0300 Subject: [PATCH] Fixed the unintended behaviour of the hover effect on the links. --- website/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/styles/style.css b/website/styles/style.css index 861ad6b..5798fc4 100644 --- a/website/styles/style.css +++ b/website/styles/style.css @@ -1098,6 +1098,7 @@ input { .small a{ width: fit-content; + border-bottom: 1px solid rgba(255, 255, 255, 0); } .small a:hover {