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:
parent
763f6d66be
commit
98965ccc6f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue