changes to css styling

This commit is contained in:
Marco Mooij | DigiState
2026-05-13 16:02:29 +02:00
parent 50b325393f
commit 9afeea906b

View File

@@ -11,7 +11,7 @@
--md-default-fg-color--light: #EBDBB2; --md-default-fg-color--light: #EBDBB2;
--md-typeset-color: #D5C4A1; --md-typeset-color: #D5C4A1;
--md-typeset-a-color: #fe8019; --md-typeset-a-color: #83a598;
--md-code-fg-color: hsla(40, 38%, 73%, 1); --md-code-fg-color: hsla(40, 38%, 73%, 1);
@@ -50,6 +50,35 @@
} }
.md-typeset h1 {
color: #fb4934;
margin: 0 0 0;
}
.md-typeset h2 {
color: #fe8019;
margin: 0 0 0;
}
.md-typeset h3 {
color: #b8bb26;
margin: 0 0 0;
}
.md-typeset h4 {
color: #689d6a;
margin:1em 0
}
.md-typeset h5{
color: #458588;
}
.md-typeset h6 {
color: #d3869b;
}
.md-typeset .admonition.info, .md-typeset .admonition.info,
.md-typeset details.info { .md-typeset details.info {
border-color: #458588; border-color: #458588;