feat(codeblocks): codeblocks now have proper theming with highlighting

This commit is contained in:
2026-07-21 23:24:16 +02:00
parent 1311c79479
commit 9041c683f8
4 changed files with 146 additions and 9 deletions
+12
View File
@@ -58,3 +58,15 @@
.stream-frame iframe {
@apply w-full h-full border-0;
}
.shiki,
.shiki .line span {
color: var(--shiki-light);
background-color: var(--shiki-light-bg);
}
.macchiato .shiki,
.macchiato .shiki .line span {
color: var(--shiki-dark);
background-color: var(--shiki-dark-bg);
}