Add hover on Location page pagination's progress

This commit is contained in:
2021-11-18 22:07:10 +01:00
parent fd871d55f9
commit 9236c3b1b5

View File

@@ -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;