[Client] Add blur filter for game backgrounds to increase visibility of texts
This commit is contained in:
parent
d60cf6c90e
commit
7a06129346
@ -39,6 +39,7 @@ html {
|
|||||||
.current_background {
|
.current_background {
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
filter: blur(4px);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user