From 98965ccc6f09a1be69ca9dfda596ee6a0eb68e4c Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Sat, 7 Dec 2024 12:00:10 -0800 Subject: [PATCH] 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. --- app/assets/stylesheets/application/outfit-viewer.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/application/outfit-viewer.sass b/app/assets/stylesheets/application/outfit-viewer.sass index b3bfa13d2..bf8389803 100644 --- a/app/assets/stylesheets/application/outfit-viewer.sass +++ b/app/assets/stylesheets/application/outfit-viewer.sass @@ -120,6 +120,6 @@ outfit-viewer // backdrop filter. This gives us the best visual consistency by applying // effects to the entire backdrop, instead of each layer and then // re-compositing them. - backdrop-filter: grayscale(1) brightness(1.5) blur(1px) + backdrop-filter: grayscale(1) brightness(2) blur(1px) & ~ outfit-layer[highlighted] backdrop-filter: none