Update:Fix epub3 background color, increase padding on top of ereader

This commit is contained in:
advplyr
2023-06-01 17:19:16 -05:00
parent 9dcf22614c
commit a9ae7bfdb8
5 changed files with 17 additions and 11 deletions
+7 -1
View File
@@ -20,7 +20,7 @@ module.exports = {
bg: '#373838',
secondary: '#2F3030',
yellowgreen: 'yellowgreen',
primary: '#262626',
primary: '#232323',
accent: '#1ad691',
error: '#FF5252',
info: '#2196F3',
@@ -38,6 +38,12 @@ module.exports = {
fontSize: {
xxs: '0.625rem'
},
spacing: {
'18': '4.5rem'
},
height: {
'18': '4.5rem'
},
maxWidth: {
'24': '6rem'
},