Skip to content

Commit

Permalink
Merge pull request #58 from Cj-bc/feat/use-prose-invert-for-dark-mode…
Browse files Browse the repository at this point in the history
…-prose-article

Fix dark mode appearence provided by tailwindcss-typography
  • Loading branch information
one-aalam authored Nov 6, 2024
2 parents 3b56dfc + 77823d2 commit 18c5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Prose.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<article class="prose dark:prose-dark">
<article class="prose dark:prose-invert">
<slot />
</article>

Expand Down

0 comments on commit 18c5d57

Please sign in to comment.