From 3c8c1d62f8c5112839f0e18fd1a5b4633ce8311b Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Tue, 3 Feb 2026 16:42:14 -0600 Subject: [PATCH] fix(site): apply dark mode to code blocks --- site/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */