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:
Audric V 2023-03-20 16:34:15 +01:00 committed by GitHub
commit e9ac9523f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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