Fix typo.

header/meta/overlay^2
Icedream 2018-07-22 23:00:08 +02:00
parent 89738ad9b7
commit 816d77c44b
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 * .0.5);
opacity: $icedream-fog-base-opacity - ($icedream-fog-base-opacity * .05);
}
}
@keyframes icedream-bg-slide {