theme: Add bottom border to section titles

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2023-08-12 19:03:35 +02:00
parent 6a8413c329
commit 4c499a8cbe
Signed by: c8h4
GPG key ID: 9C82009BEEDEA0FF

View file

@ -48,6 +48,11 @@ h1 {
font-size: 24pt;
}
h2 {
padding-bottom: 4px;
border-bottom: 1px solid var(--low-noise);
}
h3 {
margin: 1em 0 0.2em 0.5em;
font-size: 12pt;