Skip to content

Commit c4c24c0

Browse files
committed
docs: organize shiki styles
1 parent 3c38911 commit c4c24c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/website/src/styles/shiki.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Tailwind CSS */
22
@import "./globals.css";
33

4-
/* Shiki */
4+
/* Shiki Light/Dark Mode */
55
html.light .shiki,
66
html.light .shiki span {
77
font-family: var(--font-mono);
@@ -15,6 +15,7 @@ html.dark .shiki span {
1515
background-color: transparent !important;
1616
}
1717

18+
/* Base Shiki Pre & Span Styles */
1819
pre.shiki {
1920
@apply py-3;
2021
}

0 commit comments

Comments
 (0)