Fix theme: CSS specificity, hero_image URL, form include safety

This commit is contained in:
2026-06-17 23:51:52 +02:00
parent 9f4aea9671
commit 74805083e0
3 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -56,9 +56,9 @@ body {
margin-bottom: 0.4rem;
}
.entry-title { font-size: 1.3rem; margin-bottom: 0.75rem; }
.entry-title a { color: inherit; text-decoration: none; }
.entry-title a:hover { text-decoration: underline; }
.entry-card .entry-title { font-size: 1.3rem; margin-bottom: 0.75rem; }
.entry-card .entry-title a { color: inherit; text-decoration: none; }
.entry-card .entry-title a:hover { text-decoration: underline; }
.entry-thumb { margin-bottom: 0.75rem; }
.entry-thumb img { width: 100%; height: 200px; object-fit: cover; border-radius: 4px; }
@@ -76,7 +76,7 @@ body {
/* Single entry */
.entry-header { margin-bottom: 1.5rem; }
.entry-header .entry-date { margin-bottom: 0.5rem; }
.entry-title { font-size: 1.8rem; }
.entry .entry-title { font-size: 1.8rem; }
.entry-body { margin-bottom: 2rem; }
.entry-body p { margin-bottom: 1em; }
.entry-body img { max-width: 100%; height: auto; border-radius: 4px; }