From c53061f63d0fb519e60827cb8c3ab22c7601fe60 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 21 May 2022 16:39:50 -0600 Subject: [PATCH] Remove underlines from article headers --- themes/lite/templates/article.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/lite/templates/article.html b/themes/lite/templates/article.html index 400bbf3..79b3ea0 100644 --- a/themes/lite/templates/article.html +++ b/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; }