From 370b8ffc4c01ea80366f4943386f3efb19259f86 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 29 May 2020 12:18:15 +0100 Subject: [PATCH] Change banner gadient --- epicyon-profile.css | 4 ++-- theme.py | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 9e0a91f96..4fcc71cf6 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -89,7 +89,7 @@ a:link { } .timeline-banner { - background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("banner.png"); + background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png"); height: 10%; background-position: center; background-repeat: no-repeat; @@ -98,7 +98,7 @@ a:link { } .hero-image { - background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("image.png"); + background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("image.png"); height: 50%; background-position: center; background-repeat: no-repeat; diff --git a/theme.py b/theme.py index 5702b4455..aecb8f81f 100644 --- a/theme.py +++ b/theme.py @@ -171,8 +171,6 @@ def setThemeBlue(baseDir: str): "main-bg-color-reply": "#002365", "main-bg-color-report": "#002365", "day-number2": "#002365", - "*linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(\"banner.png\");": "linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(\"banner.png\");", - "*linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(\"image.png\");": "linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(\"image.png\");", "*font-family": "'Domestic_Manners'", "*src": "url('./fonts/Domestic_Manners.ttf') format('truetype')" }