style: cleanup
All checks were successful
Deploy Theme / deploy (push) Successful in 15s

This commit is contained in:
2026-02-20 08:49:56 +01:00
parent e63ae9a9c7
commit 57a2a6da2d
2 changed files with 1 additions and 6 deletions

View File

@@ -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 {

View File

@@ -26,7 +26,7 @@
</figure>
{{/if}}
<section class="post-content max-w-3xl mx-auto text-[var(--text-primary)] leading-relaxed text-lg prose prose-invert">
<section class="post-content max-w-3xl mx-auto text-[var(--text-primary)] leading-relaxed text-lg prose">
{{content fallback="<p>No content provided for this post.</p>"}}
</section>