Remove underline from headers

This commit is contained in:
Tanner Collin 2021-04-27 01:14:09 +00:00
parent 63842070cc
commit fc2afda5d0

View File

@ -165,14 +165,8 @@ pre {
font-size: 1rem;
}
.toclink:not(:hover)::after {
visibility: hidden;
}
.toclink::after {
color: #999;
content: "\00B6";
margin-left: 0.5rem;
.toclink:not(:hover) {
border-bottom: none;
}
@media screen and (min-width:36rem) {