Skip to content

Commit

Permalink
Merge pull request #1050 from akash70629/name
Browse files Browse the repository at this point in the history
πŸ›[FIX] : Star color is not visible
  • Loading branch information
ankit071105 authored Nov 9, 2024
2 parents 138761a + ff36123 commit afdd502
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1043,15 +1043,15 @@ <h2>We Value Your Feedback!</h2>

.star-rating input:checked ~ label {

color: #4d994d;
color: #d3f803;


}

.star-rating label:hover,
.star-rating label:hover ~ label {

color: #4d994d; /* Hover effect */
color: #c4da4b; /* Hover effect */


}
Expand Down

0 comments on commit afdd502

Please sign in to comment.