Merge pull request #109 from ThomasRubini/client_add-game-backgrounds-blur-filter
[Client] Add blur filter for game backgrounds to increase visibility of texts
This commit is contained in:
commit
e9ac9523f6
@ -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