epub converter: fix color mapping

This commit is contained in:
shirshasa
2021-07-08 15:10:54 +03:00
parent 8863154a05
commit 05141746de

View File

@@ -91,16 +91,16 @@ class LawCartaConfig:
HTML42LIVECARTA_COLORS = {
'yellow': 'yellow',
'lime': 'darkYellow',
'lime': 'green',
'aqua': 'cyan',
'fuchsia': 'magenta',
'blue': 'blue',
'red': 'red',
'navy': 'darkBlue',
'teal': 'darkCyan',
'green': 'green',
'green': 'darkGreen',
'purple': 'darkMagenta',
'olive': 'darkGreen',
'olive': 'darkYellow',
'silver': 'lightGray',
'white': 'white',
'maroon': 'darkRed', # '#800000',