Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • master
1 result

Target

Select target project
  • iml-open-source/bash-rest-api-client
1 result
Select Git revision
  • master
1 result
Show changes
Commits on Source (3)
/* /*
override css elements of daux.io blue theme override css elements of daux.io blue theme
version 2024-10-23 version 2024-10-24
*/ */
:root { :root {
/* Axels Overrides */ /* Axels Overrides */
...@@ -8,7 +8,9 @@ ...@@ -8,7 +8,9 @@
--link-color: #228; --link-color: #228;
--brand-color: var(--color-text); --brand-color: var(--color-text);
--brand-background: var(--body-background); --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; --hr-color: none;
--pager-background-color: #f8fafa; --pager-background-color: #f8fafa;
--pager-border-color: none; --pager-border-color: none;
...@@ -22,9 +24,7 @@ ...@@ -22,9 +24,7 @@
--axel_bg-toc-head: #f8f8f8; --axel_bg-toc-head: #f8f8f8;
--axel_brand-background: none; --axel_brand-background: none;
--axel_brand-pre-background: rgb(255, 0, 51); --axel_brand-pre-background: rgb(255, 0, 51);
;
--axel_brand-pre-background-hover: rgb(255, 0, 51); --axel_brand-pre-background-hover: rgb(255, 0, 51);
;
--axel_h1_header: none; --axel_h1_header: none;
--axel_h1: #111; --axel_h1: #111;
--axel_h1-bg: none; --axel_h1-bg: none;
...@@ -35,13 +35,13 @@ ...@@ -35,13 +35,13 @@
--axel_h2-hero-bottom: 2px solid #912; --axel_h2-hero-bottom: 2px solid #912;
--axel_h3: #333; --axel_h3: #333;
--axel_h3-bottom: 0px solid #ddd; --axel_h3-bottom: 0px solid #ddd;
--axel_h4: #466; --axel_h4: #478;
--axel_h5: #699; --axel_h5: #699;
--axel_hero_bg: #faf6f2; --axel_hero_bg: #faf8f6;
--axel_img-border: 2px dashed #ccc; --axel_img-border: 2px dashed #ccc;
--axel_nav-bg: #fcfcfc; --axel_nav-bg: #fcfcfc;
--axel_nav-buttomborder: #ddd; --axel_nav-buttomborder: #ddd;
--axel_pre-background: #f8f8f8; --axel_pre-background: #faf8f6;
--axel-th-background: #e0e4e8; --axel-th-background: #e0e4e8;
--axel-article-nav-border-top: 0px dotted #ddd; --axel-article-nav-border-top: 0px dotted #ddd;
} }
...@@ -306,11 +306,7 @@ ul.TableOfContents ul { ...@@ -306,11 +306,7 @@ ul.TableOfContents ul {
content: '✏️ '; content: '✏️ ';
} }
.Links a[href^="https://github.com/"]::before { .Links a::before {
content: '🌐 ';
}
.Links a[href^="https://git-repo.iml.unibe.ch/"]::before {
content: '🌐 '; content: '🌐 ';
} }
......