From 2fa3761e396cfe5978f90a75cf67318c6e3b1e40 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 24 Oct 2024 11:30:31 +0200
Subject: [PATCH] update docs css

---
 docs/style.css | 16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

diff --git a/docs/style.css b/docs/style.css
index 0ccce3f..98e582d 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -1,6 +1,6 @@
 /*
     override css elements of daux.io blue theme
-    version 2024-10-23
+    version 2024-10-24
 */
 :root {
     /* Axels Overrides */
@@ -8,7 +8,9 @@
     --link-color: #228;
     --brand-color: var(--color-text);
     --brand-background: var(--body-background);
-    --code-tag-border-color: #d8d8d8;
+    --code-tag-background-color: #f0f3f3;
+    --code-tag-border-color: #dee;
+    --code-tag-box-shadow: none;
     --hr-color: none;
     --pager-background-color: #f8fafa;
     --pager-border-color: none;
@@ -35,13 +37,13 @@
     --axel_h2-hero-bottom: 2px solid #912;
     --axel_h3: #333;
     --axel_h3-bottom: 0px solid #ddd;
-    --axel_h4: #466;
+    --axel_h4: #478;
     --axel_h5: #699;
-    --axel_hero_bg: #faf6f2;
+    --axel_hero_bg: #faf8f6;
     --axel_img-border: 2px dashed #ccc;
     --axel_nav-bg: #fcfcfc;
     --axel_nav-buttomborder: #ddd;
-    --axel_pre-background: #f8f8f8;
+    --axel_pre-background: #faf8f6;
     --axel-th-background: #e0e4e8;
     --axel-article-nav-border-top: 0px dotted #ddd;
 }
@@ -314,6 +316,10 @@ ul.TableOfContents ul {
     content: '🌐 ';
 }
 
+.Links a[href^="https://wwww"]::before {
+    content: '🌐 ';
+}
+
 .Links a[href^="https://os-docs.iml.unibe.ch"]::before {
     content: '📗 ';
 }
-- 
GitLab