style(blog): smaller list headers, readable date color

list-view post titles were h3 at the bootstrap default, large enough
to wrap; size them to 1.4rem. dates used bootstrap's text-muted, whose
dark grey contrasts poorly on the dark background — replace with a
blog-date class matching the site's opacity-based muted-text pattern,
on the list and the detail page.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-06-13 10:14:02 +03:00
parent 37c44906bb
commit 908ab33bd2
3 changed files with 12 additions and 3 deletions

View File

@@ -191,6 +191,15 @@ a.hot-pink {
overflow-x: auto;
}
.blog-list-title {
font-size: 1.4rem;
}
.blog-date {
font-size: 85%;
opacity: 0.6;
}
.site-footer {
margin-top: 3rem;
padding: 1rem 0;