Fixing the background.
This commit is contained in:
parent
dc252d18bb
commit
6b289326cf
@ -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: url(/img/parque_patos.webp);
|
||||||
filter: blur(10px);
|
filter: blur(10px);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
overflow: hidden; }
|
overflow: hidden; }
|
||||||
@ -52,7 +52,6 @@ body {
|
|||||||
body div.complete-container {
|
body div.complete-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background: #FEFEFA;
|
|
||||||
color: #666362;
|
color: #666362;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$background: url(../img/parque_patos.webp);
|
$background: url(/img/parque_patos.webp);
|
||||||
$background-page: #FEFEFA;
|
$background-page: #FEFEFA;
|
||||||
$color: #2f4f4f;
|
$color: #2f4f4f;
|
||||||
$color-page: #666362;
|
$color-page: #666362;
|
||||||
@ -78,7 +78,6 @@ body {
|
|||||||
div.complete-container {
|
div.complete-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
background: $background-page;
|
|
||||||
color: $color-page;
|
color: $color-page;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
left: 0%;
|
left: 0%;
|
||||||
|
Loading…
Reference in New Issue
Block a user