From acd1cb48561bea89671f2fed35b1543e46f48cb4 Mon Sep 17 00:00:00 2001 From: Dhruv Agarwal Date: Sat, 12 Oct 2024 18:17:52 +0530 Subject: [PATCH] Fixed hover issue on contact page in quick links and contact info section in footer --- contact.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contact.html b/contact.html index 88f6732..602aa96 100644 --- a/contact.html +++ b/contact.html @@ -197,6 +197,12 @@ align-items: center; animation: logoAnimation 1s ease forwards; } + ul li a:hover { + color: blue !important; + } + a:hover { + color: blue !important; + } .brand-name { display: flex;