From fc2afda5d07b2893873f66df2270f4944257c6e2 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 27 Apr 2021 01:14:09 +0000 Subject: [PATCH] Remove underline from headers --- themes/theme/templates/style.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index e35b7ab..e29d9d2 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -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) {