diff --git a/web_tables.py b/web_tables.py index 62a8b27..2c9ed5e 100644 --- a/web_tables.py +++ b/web_tables.py @@ -80,7 +80,7 @@ GREEN = '90EE90' BLUE = '0000ff' ORANGE = 'ff8000' WHITE = 'ffffff' -YELLOW = 'ffff88' +YELLOW = 'fffebd' # For importing HTML templates def get_template(_file):