diff --git a/resources/css/dark.css b/resources/css/dark.css index c2759e9a09..3ff7632b12 100644 --- a/resources/css/dark.css +++ b/resources/css/dark.css @@ -1,7 +1,7 @@ .prose { @apply dark:text-dark-150; - :where(h2), :where(h3) { + :where(h2), :where(h3), :where(strong) { &:not(:where([class~=not-prose] *)) { @apply dark:text-dark-100; }