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;