From 36a58cded89dbf1802b1a7b26e0388f06bfe757a Mon Sep 17 00:00:00 2001 From: Meteo Date: Wed, 13 May 2026 23:14:53 +0200 Subject: [PATCH] changed mkdocs syling --- assets/stylesheets/extra.css | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/assets/stylesheets/extra.css b/assets/stylesheets/extra.css index b8613b8..287c650 100644 --- a/assets/stylesheets/extra.css +++ b/assets/stylesheets/extra.css @@ -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 -} \ No newline at end of file +}