mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-25 03:14:01 +01:00
fix syntax highlighting styles
This commit is contained in:
parent
7789ac6927
commit
466870f682
@ -69,7 +69,7 @@ const config: GatsbyConfig = {
|
|||||||
options: {
|
options: {
|
||||||
theme: {
|
theme: {
|
||||||
default: 'Polar',
|
default: 'Polar',
|
||||||
parentSelector: { 'body.dark': 'Nord' }
|
parentSelector: { 'html.dark': 'Nord' }
|
||||||
},
|
},
|
||||||
injectStyles: false,
|
injectStyles: false,
|
||||||
extensions: ['nord-visual-studio-code', 'polar'],
|
extensions: ['nord-visual-studio-code', 'polar'],
|
||||||
|
Loading…
Reference in New Issue
Block a user