feat: make favorited stars be high contrast w.r.t to the images they're ontop of

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie
2026-07-29 04:27:47 +00:00
parent d4e9e80ee8
commit b64073fda8
+2 -1
View File
@@ -1071,10 +1071,11 @@ textarea {
right: 5px;
transition: top 0.2s;
transition-timing-function: ease-in;
mix-blend-mode: difference;
background: white;
cursor: pointer;
&.favorited {
background: yellow;
background: orange;
}
}
.visually-hidden {