We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d023a39 commit cbf0811Copy full SHA for cbf0811
src/layouts/BlogLayout.astro
@@ -11,7 +11,7 @@ const { frontmatter } = Astro.props;
11
image={frontmatter.image}
12
>
13
<article
14
- class="prose lg:prose-xl prose-slate dark:prose-invert hover:prose-headings:underline prose-headings:text-teal-300"
+ class="prose-invert lg:prose-xl prose-slate dark:prose-invert hover:prose-headings:underline prose-headings:text-teal-300"
15
16
<h1 class="leading-tight font-bold text-3xl text-slate-200">
17
{frontmatter.title}
0 commit comments