epub converter: tmp color fix

This commit is contained in:
shirshasa
2021-05-28 19:34:30 +03:00
parent 268f7a3dc5
commit a077b26c83

View File

@@ -102,7 +102,7 @@ class LawCartaConfig:
'purple': 'darkMagenta',
'olive': 'darkGreen',
'silver': 'lightGray',
'white': 'black',
'white': 'white',
'maroon': '#800000',
'gray': '#808080'
}