From e719fbd0ca6e5dedb71502877524f8554ba1a007 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Tue, 29 Oct 2024 13:52:32 +0100
Subject: [PATCH] update docs css - don't warn on H1 headers

---
 docs/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/style.css b/docs/style.css
index b5afea4..5877f85 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -129,7 +129,7 @@ a.Brand {
     padding-top: 1em;
 }
 
-.s-content h1::before{
+/* .s-content h1::before{
     background: #fee;
     border: 3px double #f00;
     color: #f00;
@@ -138,7 +138,7 @@ a.Brand {
     font-size: 50%;
     padding: 0.3em;
     margin-bottom: 2em;
-}
+} */
 
 .s-content h1 {
     background: var(--axel_h1-bg);
-- 
GitLab