From 772690906aa59b3300174c7399e16f91478e2858 Mon Sep 17 00:00:00 2001 From: Waldek Date: Thu, 31 Dec 2020 22:50:15 +0100 Subject: [PATCH] Update config.py --- config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.py b/config.py index f4931a4..8750d3e 100644 --- a/config.py +++ b/config.py @@ -26,6 +26,9 @@ THEME_COLOR = 'background-image: linear-gradient(to bottom, #337ab7 0%, #265 # Blue Gradient 2 #THEME_COLOR = 'background-image: linear-gradient(to bottom, #3333cc 0%, #265a88 100%);color:white;' +# Red Gradient +#THEME_COLOR = 'background-image:linear-gradient(0deg, rgba(251,0,0,1) 0%, rgba(255,131,131,1) 50%, rgba(255,255,255,1) 100%);color:black;' + # Grey Gradient #THEME_COLOR = 'background-image: linear-gradient(to bottom, #3b3b3b 10%, #808080 100%);color:white;'