changed mkdocs syling

This commit is contained in:
2026-05-13 23:14:53 +02:00
parent f4eccc7648
commit 36a58cded8

View File

@@ -52,32 +52,38 @@
.md-typeset h1 { .md-typeset h1 {
color: #fb4934; color: #fb4934;
margin: 0 0 0; margin: 0.9em 0 0;
} }
.md-typeset h2 { .md-typeset h2 {
color: #fe8019; color: #fe8019;
margin: 0 0 0; margin: 0.7em 0 0;
} }
.md-typeset h3 { .md-typeset h3 {
color: #b8bb26; color: #b8bb26;
margin: 0 0 0; margin: 0.5em 0 0;
} }
.md-typeset h4 { .md-typeset h4 {
color: #689d6a; color: #689d6a;
margin:1em 0 margin: 0.3em 0 0;
} }
.md-typeset h5{ .md-typeset h5{
color: #458588; color: #458588;
margin: 0.3em 0 0;
} }
.md-typeset h6 { .md-typeset h6 {
color: #d3869b; color: #d3869b;
margin: 0.3em 0 0;
} }
.md-typeset p {
margin-bottom: 0px;
margin-top: 0.4em;
}
.md-typeset .admonition.info, .md-typeset .admonition.info,
.md-typeset details.info { .md-typeset details.info {
@@ -241,4 +247,4 @@
.md-typeset .bug > .admonition-title:after, .md-typeset .bug > .admonition-title:after,
.md-typeset .bug > summary:after { .md-typeset .bug > summary:after {
color: #9d0006 color: #9d0006
} }