1
0
Fork 0
forked from OpenNeo/impress

Increase contrast for non-highlighted layers when editing pet appearance

This washes out the colors a bit more than necessary on lighter pets,
but helps a lot on darker pets. It really kinda pushes everything other
than the lineart all the way to white, which tbh is a pretty neat
sketch-like effect.
This commit is contained in:
Emi Matchu 2024-12-07 12:00:10 -08:00
parent 763f6d66be
commit 98965ccc6f

View file

@ -120,6 +120,6 @@ outfit-viewer
// backdrop filter. This gives us the best visual consistency by applying // backdrop filter. This gives us the best visual consistency by applying
// effects to the entire backdrop, instead of each layer and then // effects to the entire backdrop, instead of each layer and then
// re-compositing them. // re-compositing them.
backdrop-filter: grayscale(1) brightness(1.5) blur(1px) backdrop-filter: grayscale(1) brightness(2) blur(1px)
& ~ outfit-layer[highlighted] & ~ outfit-layer[highlighted]
backdrop-filter: none backdrop-filter: none