Skip to content

Commit

Permalink
Fix em/strong
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed Sep 20, 2024
1 parent 34bbf5f commit c6a1b0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,3 +155,7 @@ h1, h2, h3, h4, h5, h6 {
@apply text-white;
@apply border-b-2 border-white;
}

[data-theme="dark"] .prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
@apply text-gray-300;
}

0 comments on commit c6a1b0b

Please sign in to comment.