From 9236c3b1b557e79d3b50924147d7497bcbff9302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 18 Nov 2021 22:07:10 +0100 Subject: [PATCH] Add hover on Location page pagination's progress --- src/style/pages/_location.scss | 6 ++++++ 1 file changed, 6 insertions(+) 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;