aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-01-22 17:19:53 -0600
committerChristian Cleberg <[email protected]>2026-01-22 17:19:53 -0600
commitb3c9f1a99c90673015dc7b909242cafa1acdf7fd (patch)
treeb25f4045fed7c825f1281ffc528a45ed1494abc1 /theme/static/styles.css
parentbf9e57832d98fbc77679dc0ec8edadc91b31ba2f (diff)
downloadcleberg.net-b3c9f1a99c90673015dc7b909242cafa1acdf7fd.tar.gz
cleberg.net-b3c9f1a99c90673015dc7b909242cafa1acdf7fd.tar.bz2
cleberg.net-b3c9f1a99c90673015dc7b909242cafa1acdf7fd.zip
remove annoying span CSS rule
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css3
1 files changed, 1 insertions, 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
+}