Update web_tables.py

Modified yellow color
This commit is contained in:
Waldek
2019-06-10 07:31:17 +02:00
committed by GitHub
parent dd8d32a2ca
commit 29ff966358
+1 -1
View File
@@ -80,7 +80,7 @@ GREEN = '90EE90'
BLUE = '0000ff'
ORANGE = 'ff8000'
WHITE = 'ffffff'
YELLOW = 'ffff88'
YELLOW = 'fffebd'
# For importing HTML templates
def get_template(_file):