From 478f3cd46e1d3e51fd08c9eae41f7c8245f7f2ba Mon Sep 17 00:00:00 2001 From: Dhruv Agarwal Date: Fri, 18 Oct 2024 14:36:58 +0530 Subject: [PATCH] Fixed contact page hover issue --- contact.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contact.html b/contact.html index 13da930..c56c76e 100644 --- a/contact.html +++ b/contact.html @@ -482,6 +482,12 @@ display: block; /* Show on hover */ } + ul li a:hover{ + color: blue !important; + } + a:hover{ + color: blue !important; + }