From 23845b9e34642c21ce01cdedee209b9ec5655bd0 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 24 Oct 2024 14:04:34 +0200
Subject: [PATCH] update docs css

---
 docs/style.css | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/docs/style.css b/docs/style.css
index 98e582d..b5afea4 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -24,9 +24,7 @@
     --axel_bg-toc-head: #f8f8f8;
     --axel_brand-background: none;
     --axel_brand-pre-background: rgb(255, 0, 51);
-    ;
     --axel_brand-pre-background-hover: rgb(255, 0, 51);
-    ;
     --axel_h1_header: none;
     --axel_h1: #111;
     --axel_h1-bg: none;
@@ -308,15 +306,7 @@ ul.TableOfContents ul {
     content: '✏️ ';
 }
 
-.Links a[href^="https://github.com/"]::before {
-    content: '🌐 ';
-}
-
-.Links a[href^="https://git-repo.iml.unibe.ch/"]::before {
-    content: '🌐 ';
-}
-
-.Links a[href^="https://wwww"]::before {
+.Links a::before {
     content: '🌐 ';
 }
 
-- 
GitLab