mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(site): apply dark mode to code blocks
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user