Skip to content

Commit db4a56a

Browse files
authored
Merge pull request #1137 from coseeian/contrast-fix
Improve code block contrast with GitHub Light High Contrast theme
2 parents 9a927b4 + 1ab4315 commit db4a56a

File tree

4 files changed

+55
-287
lines changed

4 files changed

+55
-287
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default defineConfig({
8181
},
8282
markdown: {
8383
shikiConfig: {
84-
theme: 'github-light',
84+
theme: 'github-light-high-contrast',
8585
},
8686
},
8787
});

0 commit comments

Comments
 (0)