Adding antiquewhite as the background.
This commit is contained in:
parent
6b289326cf
commit
18bb4c83ff
@ -17,7 +17,7 @@ body {
|
|||||||
/* For at least Firefox */
|
/* For at least Firefox */
|
||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
color: #2f4f4f;
|
color: #2f4f4f;
|
||||||
background: url(/img/parque_patos.webp);
|
background: antiquewhite;
|
||||||
filter: blur(10px);
|
filter: blur(10px);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$background: url(/img/parque_patos.webp);
|
$background: antiquewhite;
|
||||||
$background-page: #FEFEFA;
|
$background-page: #FEFEFA;
|
||||||
$color: #2f4f4f;
|
$color: #2f4f4f;
|
||||||
$color-page: #666362;
|
$color-page: #666362;
|
||||||
|
Loading…
Reference in New Issue
Block a user