Skip to content
Snippets Groups Projects
Commit a68c3cc1 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update docs css

parent 68aa0a41
Branches
No related tags found
1 merge request!14Update renderer class
/*
override css elements of daux.io blue theme
version 2022-11-30
version 2023-11-10
*/
:root {
/* Axels Overrides */
--color-text: #222;
--link-color: #822;
--brand-color: var(--color-secondary);
--color-text: #234;
--link-color: #228;
--brand-color: var(--color-text);
--brand-background: var(--body-background);
--code-tag-border-color: #d8d8d8;
--hr-color: none;
--search-field-background: none;
--search-field-border-color: none;
......@@ -46,9 +47,10 @@
.dark {
/* Axels Overrides */
--color-text: #c0c0c0;
--link-color: #b44;
--link-color: #88e;
--brand-color: var(--color-text);
--brand-background: var(--body-background);
--body-background: #101418;
--hr-color: none;
--code-tag-background-color_: #bcc;
--search-field-background: none;
......@@ -65,11 +67,11 @@
--axel_brand-pre-background-hover: rgb(255, 0, 51);
;
--axel_h1_header: none;
--axel_h1: #777;
--axel_h1: #578;
--axel_h1-bg: none;
--axel_h1-bottom: none;
--axel_h2: #467;
--axel_h2-bg: #202020;
--axel_h2-bg: none;
--axel_h2-bottom: 0px solid #256;
--axel_h2-hero-bottom: 2px solid #712;
--axel_h3: #589;
......@@ -175,13 +177,15 @@ img{
.s-content .TableOfContentsContainer h4 {
margin: 1em 0;
font-size: 100%;
font-size: 110%;
text-align: center;
background-color: rgba(0, 0, 0, 0.05);
background-color: rgba(0, 0, 0, 0.1);
padding: 0.3em;
font-weight: bold;
font-family: Arial;
}
ul.TableOfContents a{
color: #666;
color: var(--color-text);
}
.s-content pre {
background: var(--axel_pre-background);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment