From 816d77c44bff3e844a18ea091c41ab42f1892f28 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 22 Jul 2018 23:00:08 +0200 Subject: [PATCH] Fix typo. --- 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 50e3593..e41b581 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 * .0.5); + opacity: $icedream-fog-base-opacity - ($icedream-fog-base-opacity * .05); } } @keyframes icedream-bg-slide {