From 984ca5a2330ce29b62892321f258d5a0afb0091c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Mon, 6 Apr 2026 09:34:33 +0200 Subject: Apply some styling to the website an online manual. www/style.css: Update styling to match pmikkelsen.com. --- www/style.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'www') diff --git a/www/style.css b/www/style.css index c2e2799..35b47d8 100644 --- a/www/style.css +++ b/www/style.css @@ -1,3 +1,36 @@ +html, body { + font-align: left; + text-decoration: none; + color: black; +} + +html { + background-color: #c2d2c6; +} + body { + margin: 2em auto; + padding: 1em; + font-family: serif; background-color: #e3dfd7; + max-width: 60em; + border: 2px solid #442a13; +} + +a { + text-decoration: none; + outline-style: none; +} + +a:hover { + text-decoration: underline; +} + +hr { + color: #442a13; +} + +h1, h2, h3 { + color: #c48f3b; } + -- cgit v1.2.3