Readability improvements.
h3rald h3rald@h3rald.com
Fri, 13 Dec 2024 12:47:27 +0100
1 files changed,
7 insertions(+),
1 deletions(-)
jump to
M
web/assets/styles.css
→
web/assets/styles.css
@@ -7,6 +7,7 @@ }
body { margin: 1rem; + line-height: 1.2rem; padding: 0; font-family: Monospace; font-size: 1rem;@@ -25,22 +26,26 @@ }
h2 { margin: 2rem 0 0; - font-size: 1.4rem + font-size: 1.4rem; + line-height: 1.6rem; } h3 { margin: 1.8rem 0 0; font-size: 1.3rem; + line-height: 1.5rem; } h4 { margin: 1.6rem 0 0; font-size: 1.1rem; + line-height: 1.3rem; } h5 { margin: 1.4rem 0 0; font-size: 1rem; + line-height: 1.2rem; } h5 code {@@ -52,6 +57,7 @@ content: "→ ";
} header { + color: white; font-size: 120%; margin: 0; }