Skip to content

Commit

Permalink
a11y colors & pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianaCeric committed Nov 23, 2023
1 parent 51ce813 commit 4741f36
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions styles/Stars.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@
width: 45px;
overflow: unset;
margin-right: 15px;
color: gray;
color: #8C8C8C;
transition: color 0.15s ease-in-out;
}
.star:hover {
cursor: pointer;
filter: brightness(1.5);
color: #666666
}

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

.input:focus + label path {
Expand Down

0 comments on commit 4741f36

Please sign in to comment.