diff --git a/styles/tailwind.css b/styles/tailwind.css index 39467b5..54cbbce 100644 --- a/styles/tailwind.css +++ b/styles/tailwind.css @@ -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; +}