From 47c170ed35beaf0b4a085819f2ff1463f8bd532c Mon Sep 17 00:00:00 2001 From: Dhruv Agarwal Date: Sun, 20 Oct 2024 02:40:57 +0530 Subject: [PATCH] Fixed hover issue on contact page of hover issue in quick links and contact info section --- contact.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/contact.html b/contact.html index e7da191..41f9552 100644 --- a/contact.html +++ b/contact.html @@ -146,6 +146,14 @@ color: #0077B5; transform: scale(1.5); } + + ul li a:hover{ + color: blue !important; + } + + a:hover{ + color: blue !important; + } footer {