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;