1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

animation tweaks

This commit is contained in:
Matthias Kretschmann 2018-05-13 00:42:25 +02:00
parent 0f72baf2f6
commit 5b25e2090a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 2 additions and 8 deletions

View File

@ -93,14 +93,8 @@
&:hover,
&:focus {
.header__title,
.header__description {
transition: color .2s ease-out;
}
.header__logo {
opacity: 1;
transition: opacity .2s ease-out;
}
.header__title {

View File

@ -19,6 +19,7 @@ html {
}
body {
background: $body-background-color;
font-family: $font-family-base;
font-weight: $font-weight-base;
font-size: $font-size-base;
@ -95,7 +96,6 @@ a {
}
}
// Media
/////////////////////////////////////
@ -112,7 +112,7 @@ svg {
min-height: 100vh;
flex-direction: column;
background: $body-background-color;
transition: .6s $easing;
transition: background .6s $easing;
.dark & {
background: $body-background-color--dark;