From 1180b9f0c3224534732c29b3023d0b5f0c34a2f0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 3 Jun 2025 16:21:27 -0500 Subject: feat(blog): show filetags on blog roll --- theme/static/styles.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'theme/static') diff --git a/theme/static/styles.css b/theme/static/styles.css index 54e34ed..d21b23f 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -525,6 +525,33 @@ span.tag::before { display: none; } +.post { + display: flex; + flex-direction: row; + margin-bottom: 1rem; +} + +.post-content { + display: flex; + flex-direction: column; +} + +.post-tags { + font-size: 0.75rem; + color: #999; + margin-top: 0.1rem; +} + +.tag { + margin-right: 0.3rem; + font-style: normal; + opacity: 0.8; +} + +.tag::before { + content: "#"; +} + @media (prefers-color-scheme: dark) { :root { --bg: #141617; -- cgit v1.2.3-70-g09d2