Tone down inactive favourite stars

This commit is contained in:
Andrew
2026-07-13 16:00:32 +08:00
parent 39357533b2
commit 592e5f92f8

View File

@@ -211,7 +211,7 @@ kbd {
}
.star svg { display: block; }
.row:hover .star:not(.on),
.row.sel .star:not(.on) { opacity: .8; }
.row.sel .star:not(.on) { opacity: .5; }
.star.on { opacity: 1; color: var(--main-color, var(--orca-accent, #009688)); }
.star:hover { background: rgba(127,127,127,.18); }
.dial-empty {