mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
animation tweaks
This commit is contained in:
parent
0f72baf2f6
commit
5b25e2090a
@ -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 {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user