1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00

animation tweaks

This commit is contained in:
Matthias Kretschmann 2018-09-14 20:22:57 +02:00
parent 28a0675f16
commit 54e8020fbe
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -29,7 +29,7 @@ body {
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
min-height: 100vh; min-height: 100vh;
background: $body-background-color; background: $body-background-color;
transition: background .6s $easing; transition: background .2s $easing;
&.dark { &.dark {
background-color: $body-background-color--dark; background-color: $body-background-color--dark;