From 6636567f9c4395e830f280e1cd0008a726c04286 Mon Sep 17 00:00:00 2001 From: t Date: Sat, 11 Jul 2026 14:06:25 -0600 Subject: Refresh site structure and copy Simplify navigation and section copy, update feed presentation, and remove the obsolete plain-HTML note. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 03c224c..8dbb40e 100644 --- a/style.css +++ b/style.css @@ -46,8 +46,9 @@ nav.main a[aria-current="page"]{color:var(--accent);} main{padding:1.4rem 0 1rem;} section{margin:2.2rem 0;} -h2.sec{font-size:.8rem; letter-spacing:.02em; color:var(--muted); font-weight:400; margin:0 0 .9rem;} +.sec{letter-spacing:.02em; color:var(--muted); font-weight:400; margin:0 0 .9rem;} h2.sec::before{content:"## "; color:var(--accent);} +h3.sec::before{content:"### "; color:var(--accent);} .intro p{margin:0 0 .9rem; font-size:1.06rem;} -- cgit v1.3