Make underline-on-hover work for spans within links

Refs #535
This commit is contained in:
Max Brunsfeld 2020-02-12 16:06:50 -08:00
parent 1f53b7aba8
commit ca73cba5f0

View file

@ -74,6 +74,10 @@ a[href^="http"]:after {
text-decoration: underline;
}
a > span {
text-decoration: inherit;
}
.table-of-contents-section {
border-bottom: 1px solid #ccc;
}