From 130fdf3445b267c972fe051d139a88a201ac9888 Mon Sep 17 00:00:00 2001 From: t Date: Mon, 13 Jul 2026 11:35:19 -0600 Subject: move static content index pages (projects, notes, about) into markdown --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 25a5357..1ad8c5a 100644 --- a/style.css +++ b/style.css @@ -82,6 +82,11 @@ ul.posts a:hover{color:var(--accent); text-decoration:underline;} .links .k{color:var(--muted); font-size:.8rem; min-width:4.6rem;} .links a{text-decoration:none;} .links a:hover{text-decoration:underline;} +#elsewhere + ul{list-style:none; margin:0; padding:0; font-size:.95rem;} +#elsewhere + ul li{display:flex; gap:.8rem; padding:.24rem 0;} +#elsewhere + ul strong{color:var(--muted); font:400 .8rem var(--mono); min-width:4.6rem;} +#elsewhere + ul a{text-decoration:none;} #elsewhere + ul a:hover{text-decoration:underline;} + /* ---- long-form article ---- */ article.post{font-size:1.08rem; line-height:1.7;} article.post .post-head{margin:0 0 2rem;} -- cgit v1.3