forked from blek/world
make the background brighter
This commit is contained in:
parent
b45f1e95b8
commit
4d37626d3a
|
@ -11,7 +11,7 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position-y: bottom;
|
background-position-y: bottom;
|
||||||
background-position-x: center;
|
background-position-x: center;
|
||||||
filter: brightness(0.25);
|
filter: brightness(0.75);
|
||||||
box-shadow: inset 0 0 512px 128px black;
|
box-shadow: inset 0 0 512px 128px black;
|
||||||
transition: 250ms ease;
|
transition: 250ms ease;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue