Fix subtle smoke opacity effect.
gitea/icedream/rekt-theme/master This commit looks good Details

header/meta/overlay^2
Icedream 2018-07-22 22:27:34 +02:00
parent de2dfb7506
commit 89738ad9b7
Signed by: icedream
GPG Key ID: 1573F6D8EFE4D0CF
1 changed files with 1 additions and 1 deletions

View File

@ -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 {