From 900a6c456460ec4d940463f30e01f3ae47d34c33 Mon Sep 17 00:00:00 2001 From: phvm Date: Tue, 8 Oct 2024 10:05:12 -0300 Subject: [PATCH] fix: theme to match devportal --- src/styles/code-hike-theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/code-hike-theme.ts b/src/styles/code-hike-theme.ts index 3434af83..e998f718 100644 --- a/src/styles/code-hike-theme.ts +++ b/src/styles/code-hike-theme.ts @@ -1,7 +1,7 @@ const theme = { lineNumbers: false, showCopyButton: true, - theme: 'github-dark', + theme: 'poimandres', skipLanguages: ['mermaid'], staticMediaQuery: 'not screen, (max-width: 768px)', autoImport: false,