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