cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

b3c9f1a99c90673015dc7b909242cafa1acdf7fd

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2026-01-22T23:19:53Z

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
+}