From 18bb4c83ff41e7febc7b4ba8e96898bffcd58bd9 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Fri, 25 Aug 2023 17:36:00 +0200 Subject: [PATCH] Adding antiquewhite as the background. --- public/css/styles.css | 2 +- public/css/styles.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 4814384..4e313fc 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -17,7 +17,7 @@ body { /* For at least Firefox */ min-height: 100%; color: #2f4f4f; - background: url(/img/parque_patos.webp); + background: antiquewhite; filter: blur(10px); background-size: cover; overflow: hidden; } diff --git a/public/css/styles.scss b/public/css/styles.scss index 1f5ae6a..a552a1a 100644 --- a/public/css/styles.scss +++ b/public/css/styles.scss @@ -1,4 +1,4 @@ -$background: url(/img/parque_patos.webp); +$background: antiquewhite; $background-page: #FEFEFA; $color: #2f4f4f; $color-page: #666362;