diff --git a/src/style/pages/_location.scss b/src/style/pages/_location.scss index 64760c9..e527afc 100644 --- a/src/style/pages/_location.scss +++ b/src/style/pages/_location.scss @@ -240,6 +240,7 @@ font-weight: 200; line-height: 1; letter-spacing: -0.05em; + transition: color 0.5s; @include bp (sm) { font-size: clamp(80px, 16vw, #{rem(160px)}); @@ -249,6 +250,11 @@ display: inline-block; margin: 0 -10px; } + + // Hover + &:hover { + color: rgba($color-text, 0.4); + } } p { display: block;