Skip to content

Commit

Permalink
fix: add grey highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 22, 2023
1 parent acae8a6 commit 51ce813
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/Stars.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,15 @@
}
.star:hover {
cursor: pointer;
color: #a98d00;
filter: brightness(1.5);
}

.selected {
color: #ddb802;
}
.selected:hover {
filter: brightness(0.7);
}

.input:focus + label path {
outline: 1px solid blue;
Expand Down

0 comments on commit 51ce813

Please sign in to comment.