Do not underline element that aren't link

This commit is contained in:
Jean-Baptiste Bellet
2022-12-13 12:05:18 +01:00
parent c96bba8094
commit dcbe9dd1cb

View File

@@ -34,7 +34,6 @@
span, span > a {
color: $white;
text-decoration: underline;
}
}
@@ -98,7 +97,6 @@
font-size: 1.06rem;
@include headingFont;
font-weight: $font-weight-bold;
text-decoration: underline;
color: $darker-grey;
margin-bottom: 1.5rem;
}