From 29ff9663589617b55ae1146d00e366a3e6b7bd9a Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 10 Jun 2019 07:31:17 +0200 Subject: [PATCH] Update web_tables.py Modified yellow color --- web_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):