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