From b4e50788a69b73fae4c17c98fa4fdf1d6f94ebf8 Mon Sep 17 00:00:00 2001 From: Tixie Date: Sun, 9 Jun 2024 17:39:36 +0200 Subject: [PATCH] fix(layout.css): Remove old underline --- static/css/layout.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/css/layout.css b/static/css/layout.css index 163f2f1..f095a56 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -69,10 +69,6 @@ nav ul { margin: 0px; } -h1:after, h2:after { - content: '\A___________________________________\A"""""""""""""""""""""""""""""""""""'; -} - h2, h1 { font-size: 1rem; font-weight: normal;