We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c38911 commit c4c24c0Copy full SHA for c4c24c0
1 file changed
apps/website/src/styles/shiki.css
@@ -1,7 +1,7 @@
1
/* Tailwind CSS */
2
@import "./globals.css";
3
4
-/* Shiki */
+/* Shiki Light/Dark Mode */
5
html.light .shiki,
6
html.light .shiki span {
7
font-family: var(--font-mono);
@@ -15,6 +15,7 @@ html.dark .shiki span {
15
background-color: transparent !important;
16
}
17
18
+/* Base Shiki Pre & Span Styles */
19
pre.shiki {
20
@apply py-3;
21
0 commit comments