We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec35aa3 commit ad919f4Copy full SHA for ad919f4
1 file changed
apps/docs/app/styles/geistdocs.css
@@ -180,6 +180,16 @@
180
--fd-page-width: 100%;
181
}
182
183
+/* Shiki dual theme support - switch to dark theme colors in dark mode */
184
+.dark .shiki,
185
+.dark .shiki span {
186
+ color: var(--shiki-dark) !important;
187
+ background-color: var(--shiki-dark-bg) !important;
188
+ font-style: var(--shiki-dark-font-style) !important;
189
+ font-weight: var(--shiki-dark-font-weight) !important;
190
+ text-decoration: var(--shiki-dark-text-decoration) !important;
191
+}
192
+
193
/* Overlay should sit below the navbar */
194
#nd-docs-layout > div[data-state] {
195
@apply top-16;
0 commit comments