From b3c9f1a99c90673015dc7b909242cafa1acdf7fd Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Thu, 22 Jan 2026 17:19:53 -0600 Subject: remove annoying span CSS rule --- theme/static/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/theme/static/styles.css b/theme/static/styles.css index 6e30e60..fe9cb60 100644 --- a/theme/static/styles.css +++ b/theme/static/styles.css @@ -53,7 +53,6 @@ a:hover { background: var(--accent); color: var(--bg); text-decoration: none; } /* --- Weblorg / Template Specifics --- */ section b { display: block; font-size: 0.7rem; text-transform: uppercase; color: var(--meta); margin-top: 0.5rem; } -section span { display: block; font-weight: bold; border-bottom: 1px solid var(--border); padding-bottom: 0.25rem; } .post { display: flex; justify-content: space-between; border-bottom: 1px dashed var(--border); padding: 0.5rem 0; } .post time { font-size: 0.8rem; color: var(--meta); } @@ -129,4 +128,4 @@ img:hover { filter: grayscale(0); } @media (max-width: 600px) { body { padding: 1rem; } .post { flex-direction: column; } -} \ No newline at end of file +} -- cgit v1.2.3