diff --git a/gatsby-config.ts b/gatsby-config.ts index 26745d9d..1cf57168 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -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'],