Update content of files

This commit is contained in:
GitHub Action 2023-01-05 17:55:14 +00:00
parent 8475b62caf
commit d3d10a1fd2

View file

@ -3302,7 +3302,7 @@ video.smartphone_video_player {
} }
.tgme_background_pattern.default { .tgme_background_pattern.default {
opacity: 0.3; opacity: 0.3;
background-image: url('/img/tgme/pattern.svg'); background-image: url('/img/tgme/pattern.svg?1');
} }
html.theme_dark .tgme_background, html.theme_dark .tgme_background,
body.bg_dark .tgme_background { body.bg_dark .tgme_background {
@ -3314,7 +3314,7 @@ body.bg_dark .tgme_background {
html.theme_dark .tgme_background.default, html.theme_dark .tgme_background.default,
body.bg_dark .tgme_background.default { body.bg_dark .tgme_background.default {
opacity: 0.3; opacity: 0.3;
-webkit-mask-image: url('/img/tgme/pattern.svg'); -webkit-mask-image: url('/img/tgme/pattern.svg?1');
} }
body.bg_light .tgme_background, body.bg_light .tgme_background,
body.bg_light .tgme_background.default { body.bg_light .tgme_background.default {