mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 02:54:08 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user