fix(05-02): single dark theme for code blocks — github-dark always, remove dual-theme CSS
This commit is contained in:
+1
-4
@@ -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']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user