mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Color fixes
This commit is contained in:
parent
b1b3d53b51
commit
e12d892f2b
1 changed files with 3 additions and 3 deletions
|
|
@ -453,10 +453,10 @@ const sepiaThemeSpec = {
|
|||
readerFontHighContrast: '#0A0806',
|
||||
readerTableHeader: '#FFFFFF',
|
||||
|
||||
thLeftMenuBackground: '#EEE8D5',
|
||||
thNavMenuFooter: '#DDD6C1',
|
||||
thLeftMenuBackground: '#F8F1E0',
|
||||
thNavMenuFooter: '#EEE8D5',
|
||||
|
||||
thLibrarySelectionColor: '#DDD6C1',
|
||||
thLibrarySelectionColor: '#EEE8D5',
|
||||
thLabelChipBackground: '#EEE8D5',
|
||||
thBackground4: '#DDD6C166', // used on hover of menu items
|
||||
thBorderColor: '#DDD6C1',
|
||||
|
|
|
|||
Loading…
Reference in a new issue