Skip to content

Commit cbf0811

Browse files
committed
fix: blog post font color
1 parent d023a39 commit cbf0811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/BlogLayout.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { frontmatter } = Astro.props;
1111
image={frontmatter.image}
1212
>
1313
<article
14-
class="prose lg:prose-xl prose-slate dark:prose-invert hover:prose-headings:underline prose-headings:text-teal-300"
14+
class="prose-invert lg:prose-xl prose-slate dark:prose-invert hover:prose-headings:underline prose-headings:text-teal-300"
1515
>
1616
<h1 class="leading-tight font-bold text-3xl text-slate-200">
1717
{frontmatter.title}

0 commit comments

Comments
 (0)