mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-12 17:33:30 +02:00
feat(codeblocks): codeblocks now have proper theming with highlighting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user