Merge pull request #1385 from omnivore-app/fix/reader-bg-color

Use white for reader background colour
This commit is contained in:
Jackson Harper 2022-11-02 13:57:26 +08:00 committed by GitHub
commit 711a5bbcab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ export const { styled, css, theme, getCssText, globalCss, keyframes, config } =
omnivoreCtaYellow: 'rgb(255, 210, 52)',
// Reader Colors
readerBg: '#E5E5E5',
readerBg: 'white',
readerFont: '#3D3D3D',
readerFontHighContrast: 'black',
readerFontTransparent: 'rgba(61,61,61,0.65)',