From c6a1b0b10a5cbc872a49896b03e713ddbcd2c25b Mon Sep 17 00:00:00 2001 From: Joe Fusco Date: Fri, 20 Sep 2024 11:00:52 -0400 Subject: [PATCH] Fix em/strong --- styles/tailwind.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +}