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': {