Fix reader bg color, and justread hover color

This commit is contained in:
Jackson Harper
2024-06-06 12:32:42 +08:00
parent 1fc3564163
commit f064937903
2 changed files with 2 additions and 2 deletions

View File

@ -292,7 +292,7 @@ const darkThemeSpec = {
error: '#FA5E4A',
// Reader Colors
readerBg: '#303030',
readerBg: '#2A2A2A',
readerFont: '#b9b9b9',
readerFontHighContrast: 'white',
readerTableHeader: '#FFFFFF',

View File

@ -423,7 +423,7 @@ const TopicPickHomeItemView = (props: HomeItemViewProps): JSX.Element => {
borderRadius: '5px',
'&:hover': {
bg: '#3D3D3D',
bg: '#323232',
borderRadius: '0px',
},
}}