Remove underlines from article headers

This commit is contained in:
Tanner Collin 2022-05-21 16:39:50 -06:00
parent 51fd055576
commit c53061f63d

View File

@ -12,6 +12,10 @@ a.external {
background-repeat: no-repeat;
padding-right: 15px;
}
.toclink:not(:hover) {
text-decoration: none;
outline: none;
}
.content {
max-width: 600px;
}