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 */
}