From 09204cb43fd949854134bf0f4e8e1ece71aa48ad Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sun, 6 Mar 2022 19:03:59 +0100 Subject: [PATCH] Adjust background colours --- changedetectionio/static/styles/styles.css | 4 ++-- changedetectionio/static/styles/styles.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/changedetectionio/static/styles/styles.css b/changedetectionio/static/styles/styles.css index 560cd54d..3a3459ec 100644 --- a/changedetectionio/static/styles/styles.css +++ b/changedetectionio/static/styles/styles.css @@ -80,11 +80,11 @@ section.content { body:after { content: ""; - background: linear-gradient(130deg, #ff7a18, #af002d 41.07%, #319197 76.05%); } + background: linear-gradient(130deg, #5ad8f7, #2f50af 41.07%, #9150bf 84.05%); } body:after, body:before { display: block; - height: 600px; + height: 650px; position: absolute; top: 0; left: 0; diff --git a/changedetectionio/static/styles/styles.scss b/changedetectionio/static/styles/styles.scss index b13fc5a1..df393c4f 100644 --- a/changedetectionio/static/styles/styles.scss +++ b/changedetectionio/static/styles/styles.scss @@ -107,12 +107,12 @@ section.content { body:after { content: ""; - background: linear-gradient(130deg, #ff7a18, #af002d 41.07%, #319197 76.05%) + background: linear-gradient(130deg, #5ad8f7, #2f50af 41.07%, #9150bf 84.05%); } body:after, body:before { display: block; - height: 600px; + height: 650px; position: absolute; top: 0; left: 0;