epub converter: fix

This commit is contained in:
shirshasa
2021-06-15 11:29:47 +03:00
parent d3c5c8d662
commit bd364cd097
3 changed files with 8 additions and 5 deletions

View File

@@ -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'