diff --git a/src/App.vue b/src/App.vue index 8e398a0..6615946 100644 --- a/src/App.vue +++ b/src/App.vue @@ -97,10 +97,14 @@ body{ line-height: 1.6; background: $background-color; color: $text-color; + transition: background-color .5s ease, color .5s ease; &.hidden{ overflow: hidden; } } +h1,h2,h3 { + transition: color .5s ease; +} a:any-link { color: inherit; } diff --git a/src/components/LandingBanner.vue b/src/components/LandingBanner.vue index d4920ef..bcaa3dd 100644 --- a/src/components/LandingBanner.vue +++ b/src/components/LandingBanner.vue @@ -26,7 +26,6 @@ export default { } } } -