Remove underline that was messing with bottom edge of highlight

This commit is contained in:
Robert Marshall 2020-03-15 09:34:28 +00:00
parent a01ff74fb0
commit 4b6f5e74bc

View file

@ -55,6 +55,10 @@ h1, h2, h3, h4, h5, h6 {
a {
color: inherit;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
}