diff --git a/site/src/styles/globals.css b/site/src/styles/globals.css index 60f8c559..f1d46302 100644 --- a/site/src/styles/globals.css +++ b/site/src/styles/globals.css @@ -50,7 +50,7 @@ mark { .dark .shiki span, .dark .astro-code, .dark .astro-code span { - color: var(--shiki-dark); + color: var(--shiki-dark) !important; } /* theme inline tells tailwind to reference the value of these properties */