diff options
| author | t <t@tjp.lol> | 2026-07-13 11:35:19 -0600 |
|---|---|---|
| committer | t <t@tjp.lol> | 2026-07-13 12:50:44 -0600 |
| commit | 130fdf3445b267c972fe051d139a88a201ac9888 (patch) | |
| tree | ea2a2a14ab12f7e38a788eeda4f5c62fdb3522bd /style.css | |
| parent | 7c49c8d7be14054f2a679fdd83f23de90870cf1c (diff) | |
move static content index pages (projects, notes, about) into markdown
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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;} |
