fix(site): apply dark mode to code blocks

This commit is contained in:
Darius Cepulis
2026-02-03 16:42:14 -06:00
parent 9cfab264d8
commit 3c8c1d62f8
+1 -1
View File
@@ -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 */