mirror of
https://github.com/kremalicious/portfolio.git
synced 2025-01-03 18:35:00 +01:00
animation tweaks
This commit is contained in:
parent
0f72baf2f6
commit
5b25e2090a
@ -93,14 +93,8 @@
|
|||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
.header__title,
|
|
||||||
.header__description {
|
|
||||||
transition: color .2s ease-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.header__logo {
|
.header__logo {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .2s ease-out;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header__title {
|
.header__title {
|
||||||
|
@ -19,6 +19,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
background: $body-background-color;
|
||||||
font-family: $font-family-base;
|
font-family: $font-family-base;
|
||||||
font-weight: $font-weight-base;
|
font-weight: $font-weight-base;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
@ -95,7 +96,6 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Media
|
// Media
|
||||||
/////////////////////////////////////
|
/////////////////////////////////////
|
||||||
|
|
||||||
@ -112,7 +112,7 @@ svg {
|
|||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background: $body-background-color;
|
background: $body-background-color;
|
||||||
transition: .6s $easing;
|
transition: background .6s $easing;
|
||||||
|
|
||||||
.dark & {
|
.dark & {
|
||||||
background: $body-background-color--dark;
|
background: $body-background-color--dark;
|
||||||
|
Loading…
Reference in New Issue
Block a user