From 2cf2bedd2426e9f72374e763bd92686738b197b4 Mon Sep 17 00:00:00 2001 From: Dhruv Agarwal Date: Sat, 12 Oct 2024 18:00:47 +0530 Subject: [PATCH 1/2] fixed quick links hover issue of features page --- features.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features.html b/features.html index 1c29c8f..b0c90fa 100644 --- a/features.html +++ b/features.html @@ -73,6 +73,9 @@ color: white; background-color: #000; } + ul li a:hover { + color: blue !important; + } .content { margin: 20px; From acd1cb48561bea89671f2fed35b1543e46f48cb4 Mon Sep 17 00:00:00 2001 From: Dhruv Agarwal Date: Sat, 12 Oct 2024 18:17:52 +0530 Subject: [PATCH 2/2] 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;