From 57a2a6da2dd948b483b8e9b8def512f9e927217b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Fri, 20 Feb 2026 08:49:56 +0100 Subject: [PATCH] style: cleanup --- assets/css/tailwind.css | 5 ----- post.hbs | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 4ac973d..132fbae 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -60,11 +60,6 @@ html[data-theme='light'] { color: var(--text-primary); font-family: var(--font-sans); } - - h1, h2, h3, h4, h5, h6 { - font-family: var(--font-heading); - color: var(--brand-primary); - } } @layer components { diff --git a/post.hbs b/post.hbs index 7cd086f..e07c854 100644 --- a/post.hbs +++ b/post.hbs @@ -26,7 +26,7 @@ {{/if}} -
+
{{content fallback="

No content provided for this post.

"}}