[Client] Add blur filter for game backgrounds to increase visibility of texts

This commit is contained in:
AudricV 2023-03-20 14:26:33 +01:00
parent d60cf6c90e
commit 7a06129346
No known key found for this signature in database
GPG Key ID: DA92EC7905614198

View File

@ -39,6 +39,7 @@ html {
.current_background {
background-position: center;
background-size: cover;
filter: blur(4px);
position: fixed;
height: 100%;
left: 0;