Smaller headers for asciidoc
This commit is contained in:
parent
093a345a07
commit
95d261aa3e
@ -6,7 +6,17 @@
|
|||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: var(--repl-color-link, #2ac02a);
|
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,
|
h2,
|
||||||
|
Loading…
Reference in New Issue
Block a user