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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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):