Smaller headers for asciidoc

This commit is contained in:
Daniel Kluge 2022-06-14 14:37:17 +02:00
parent 093a345a07
commit 95d261aa3e

View File

@ -6,7 +6,17 @@
h1 {
color: var(--repl-color-link, #2ac02a);
font-size: 3em;
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1.2em;
}
h4 {
font-size: 1.1em;
}
h2,