From 9dcac761b114ccca60a3c9fd92ff488d15d377e4 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Sat, 6 Dec 2025 13:05:22 +0100 Subject: Use proper headings, prepare for softwrapping --- html/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css index 293b4b5..e931d16 100644 --- a/html/style.css +++ b/html/style.css @@ -42,6 +42,10 @@ h1, h2 { color: var(--accent); margin-left: 1em; } +h1 { + font-size: 1.5em; + border-bottom: 1px solid var(--tertiary-background); +} .formattedheader { background-color: var(--tertiary-background); @@ -86,6 +90,8 @@ h1, h2 { padding: 1px; padding-left: 2em; padding-right: 2em; +} +.highlight { overflow-y: scroll; white-space: nowrap; } -- cgit