From 28079468bb4a82947c5759d6d556c1ee1e0a2a79 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 2 Jan 2026 12:58:16 -0330 Subject: add funny excerpt from xc8 headers to home page --- themes/aoidh/assets/aoidh.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'themes/aoidh/assets/aoidh.css') diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css index b837158..4d81448 100644 --- a/themes/aoidh/assets/aoidh.css +++ b/themes/aoidh/assets/aoidh.css @@ -6,6 +6,8 @@ --dark-blue: #8888cc; --light-gray: #eee; --dark-gray: #888; + + --parspace: .6em; } html { @@ -77,7 +79,7 @@ p { hyphens: auto; text-justify: inter-word; margin-top: 0; - margin-bottom: .6em; + margin-bottom: var(--parspace); } a { @@ -148,3 +150,13 @@ footer p { hr { border-top: .1rem solid #000; } + +blockquote { + width: 80%; + margin: 0 auto var(--parspace) auto; +} + +cite { + display: block; + text-align: right +} -- cgit v1.2.3