diff --git a/styles/Stars.module.css b/styles/Stars.module.css index b365b3d..3cbaa3c 100644 --- a/styles/Stars.module.css +++ b/styles/Stars.module.css @@ -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 {