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 e3c5408 commit afc4b38Copy full SHA for afc4b38
astro.config.mjs
@@ -21,7 +21,7 @@ export default defineConfig({
21
syntaxHighlight: 'shiki',
22
shikiConfig: {
23
experimentalThemes: {
24
- light: 'vitesse-light',
+ light: 'dracula',
25
dark: 'material-theme-palenight'
26
},
27
wrap: true
src/styles/global.css
@@ -26,6 +26,10 @@
color: var(--shiki-dark) !important;
background-color: theme(colors.gray.900) !important;
28
}
29
+
30
+ html.light .shiki {
31
+ background-color: theme(colors.gray.900) !important;
32
+ }
33
34
35
.glass {
0 commit comments