fix(05-02): single dark theme for code blocks — github-dark always, remove dual-theme CSS

This commit is contained in:
2026-04-21 16:35:06 +02:00
parent b0af1d3913
commit c5be72bdd9
2 changed files with 3 additions and 12 deletions
+1 -4
View File
@@ -67,10 +67,7 @@ export default defineNuxtConfig({
build: {
markdown: {
highlight: {
theme: {
default: 'github-light',
dark: 'github-dark'
},
theme: 'github-dark',
langs: ['kotlin', 'java', 'typescript', 'shell', 'bash', 'json', 'vue', 'html', 'css']
}
}