From 89738ad9b75903ab782b407390e46619699b2563 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 22 Jul 2018 22:27:34 +0200 Subject: [PATCH] Fix subtle smoke opacity effect. --- src/main/_smoke.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/_smoke.scss b/src/main/_smoke.scss index 87d32be..50e3593 100644 --- a/src/main/_smoke.scss +++ b/src/main/_smoke.scss @@ -48,7 +48,7 @@ opacity: $icedream-fog-base-opacity + ($icedream-fog-base-opacity * .5); } 100% { - opacity: $icedream-fog-base-opacity + ($icedream-fog-base-opacity * .2); + opacity: $icedream-fog-base-opacity - ($icedream-fog-base-opacity * .0.5); } } @keyframes icedream-bg-slide {