From c28133654cafbb6998170ef2531f36b32bb82f70 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Thu, 11 Jul 2024 10:33:57 +0800 Subject: [PATCH] Use the theme colour for the main bg colour now --- packages/web/components/tokens/stitches.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/components/tokens/stitches.config.ts b/packages/web/components/tokens/stitches.config.ts index d07b70932..af8052eba 100644 --- a/packages/web/components/tokens/stitches.config.ts +++ b/packages/web/components/tokens/stitches.config.ts @@ -496,7 +496,7 @@ export const blackTheme = createTheme(ThemeId.Black, { export const globalStyles = globalCss({ body: { colorScheme: 'var(--colorScheme-colorScheme)', - backgroundColor: '$thBackground', + backgroundColor: '$readerBg', }, // browser prefers this loaded here vs in the article styling css '.article-inner-css': {