This commit is contained in:
@@ -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 {
|
||||
|
||||
2
post.hbs
2
post.hbs
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user