forked from blek/world
1
0
Fork 0

make the background brighter

This commit is contained in:
b1ek 2024-01-11 11:57:58 +10:00
parent b45f1e95b8
commit 4d37626d3a
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

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