Merge pull request #4190 from omnivore-app/fix/web-body-bg

Use the theme colour for the main bg colour now
This commit is contained in:
Jackson Harper 2024-07-11 10:45:33 +08:00 committed by GitHub
commit e3955fa4b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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