Skip to content

Commit e37c464

Browse files
authored
Merge pull request #1141 from processing/1137-2
Improve code block contrast with GitHub Light High Contrast theme [2.0]
2 parents b394bf4 + 6dde208 commit e37c464

4 files changed

Lines changed: 55 additions & 287 deletions

File tree

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)