From 51ce813ff9fac5f730f73ea65c16a4bfacd2fa17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adriana=20Ceri=C4=87?= <62163307+AdrianaCeric@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:07:15 -0500 Subject: [PATCH] fix: add grey highlight --- styles/Stars.module.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/styles/Stars.module.css b/styles/Stars.module.css index 7231551..b365b3d 100644 --- a/styles/Stars.module.css +++ b/styles/Stars.module.css @@ -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;