From 466870f682b23b0608ae29abddfad5d905c201b1 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sun, 29 Jan 2023 22:24:26 +0000 Subject: [PATCH] fix syntax highlighting styles --- gatsby-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],