1
0
Fork 0

fix syntax highlighting styles

This commit is contained in:
Matthias Kretschmann 2023-01-29 22:24:26 +00:00
parent 7789ac6927
commit 466870f682
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ const config: GatsbyConfig = {
options: {
theme: {
default: 'Polar',
parentSelector: { 'body.dark': 'Nord' }
parentSelector: { 'html.dark': 'Nord' }
},
injectStyles: false,
extensions: ['nord-visual-studio-code', 'polar'],