From 590a464675e0e493afb9bfd43c79e4ba4519d41f Mon Sep 17 00:00:00 2001 From: Saransh Jain Date: Thu, 17 Oct 2024 14:29:04 +0530 Subject: [PATCH 1/2] feedback tab navbar hover animations fixed --- features.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/features.html b/features.html index 995f4bb..73b5a93 100644 --- a/features.html +++ b/features.html @@ -469,10 +469,12 @@ /* Show on hover */ } ul li a:hover{ - color: blue !important; + /* color: blue !important; */ + color: rgb(255, 255, 255) !important; } a:hover{ - color: blue !important; + /* color: blue !important; */ + color: white !important; } From e38687d8555edbb10901b3cd3473665bf85249b9 Mon Sep 17 00:00:00 2001 From: Saransh Jain Date: Thu, 17 Oct 2024 14:42:02 +0530 Subject: [PATCH 2/2] removed comments --- features.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/features.html b/features.html index 73b5a93..00bf8bd 100644 --- a/features.html +++ b/features.html @@ -469,11 +469,9 @@ /* Show on hover */ } ul li a:hover{ - /* color: blue !important; */ color: rgb(255, 255, 255) !important; - } + } a:hover{ - /* color: blue !important; */ color: white !important; }