mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix reader bg color, and justread hover color
This commit is contained in:
parent
1fc3564163
commit
f064937903
2 changed files with 2 additions and 2 deletions
|
|
@ -292,7 +292,7 @@ const darkThemeSpec = {
|
|||
error: '#FA5E4A',
|
||||
|
||||
// Reader Colors
|
||||
readerBg: '#303030',
|
||||
readerBg: '#2A2A2A',
|
||||
readerFont: '#b9b9b9',
|
||||
readerFontHighContrast: 'white',
|
||||
readerTableHeader: '#FFFFFF',
|
||||
|
|
|
|||
|
|
@ -423,7 +423,7 @@ const TopicPickHomeItemView = (props: HomeItemViewProps): JSX.Element => {
|
|||
|
||||
borderRadius: '5px',
|
||||
'&:hover': {
|
||||
bg: '#3D3D3D',
|
||||
bg: '#323232',
|
||||
borderRadius: '0px',
|
||||
},
|
||||
}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue