From ddfea36db0a2be2e197d9e536af7f9de678ddec5 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 436e03a..c83bef1 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;