mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #1385 from omnivore-app/fix/reader-bg-color
Use white for reader background colour
This commit is contained in:
commit
711a5bbcab
1 changed files with 1 additions and 1 deletions
|
|
@ -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)',
|
||||
|
|
|
|||
Loading…
Reference in a new issue