Add hover on Newsletter module links

This commit is contained in:
2021-10-18 23:57:31 +02:00
parent 1d6a3b9a93
commit 1aaa12f435
3 changed files with 19 additions and 3 deletions

View File

@@ -33,9 +33,22 @@
margin-bottom: 40px;
}
}
.past-issues {
&:hover {
&, span {
color: $color-secondary;
}
span {
border-color: $color-secondary;
}
}
}
}
// Variants
/*
** Variants
*/
// Default color
&--default {
background: $color-tertiary 50% 0 / cover url(#{$dir-img}/newsletter-beige.jpg) no-repeat;