Remove underlines from article headers

master
Tanner Collin 2 years ago
parent 51fd055576
commit c53061f63d
  1. 4
      themes/lite/templates/article.html

@ -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;
}

Loading…
Cancel
Save