From a9ed9bda3a38bbee5d8c7e39cfe6063c7b3a4377 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 31 Oct 2024 15:42:49 +0100
Subject: [PATCH] update docs css

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

diff --git a/docs/style.css b/docs/style.css
index cd1b3f0..90a0bc9 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -131,19 +131,17 @@ a.Brand {
     padding-top: 6em;
 }
 
+/**
 h1::before{color: #aaa;content: 'h1: ';}
 h2::before{color: #aaa;content: 'h2: ';}
 h3::before{color: #aaa;content: 'h3: ';}
 h4::before{color: #aaa;content: 'h4: ';}
 h5::before{color: #aaa;content: 'h5: ';}
 h6::before{color: #aaa;content: 'h6: ';}
-
-h1::before{color: #aaa;content: '';}
+*/
 h2::before{color: #888;content: ': : ';}
-h3::before{color: #aaa;content: '> ';}
-h4::before{color: #aaa;content: '_ ';}
-h5::before{color: #aaa;content: 'h5: ';}
-h6::before{color: #aaa;content: 'h6: ';}
+h3::before{color: #ccc;content: '> ';}
+h4::before{color: #ccc;content: '_ ';}
 
 .s-content h1::before{
     color: #f00;
-- 
GitLab