From ff361232785a9c6c33865afe13296cbd6f1b755d Mon Sep 17 00:00:00 2001 From: akash70629 Date: Thu, 7 Nov 2024 19:53:06 +0530 Subject: [PATCH] fixed --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 35aa914..2751943 100644 --- a/index.html +++ b/index.html @@ -1043,7 +1043,7 @@

We Value Your Feedback!

.star-rating input:checked ~ label { - color: #4d994d; + color: #d3f803; } @@ -1051,7 +1051,7 @@

We Value Your Feedback!

.star-rating label:hover, .star-rating label:hover ~ label { - color: #4d994d; /* Hover effect */ + color: #c4da4b; /* Hover effect */ }