Fix reader bg color, and justread hover color
This commit is contained in:
@ -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',
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user