Adding antiquewhite as the background.

This commit is contained in:
Sergiotarxz 2023-08-25 17:36:00 +02:00
parent 6b289326cf
commit 18bb4c83ff
2 changed files with 2 additions and 2 deletions

View File

@ -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; }

View File

@ -1,4 +1,4 @@
$background: url(/img/parque_patos.webp);
$background: antiquewhite;
$background-page: #FEFEFA;
$color: #2f4f4f;
$color-page: #666362;