forked from LiveCarta/BookConverter
epub converter: fix
This commit is contained in:
@@ -103,9 +103,9 @@ class LawCartaConfig:
|
||||
'olive': 'darkGreen',
|
||||
'silver': 'lightGray',
|
||||
'white': 'white',
|
||||
'maroon': '#800000',
|
||||
'gray': '#808080',
|
||||
'grey': '#808080'
|
||||
'maroon': 'darkRed', # '#800000',
|
||||
'gray': 'darkGray',
|
||||
'grey': 'darkGray',
|
||||
}
|
||||
INDENT = '30px'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user