mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 23:10:56 +01:00
Update content of files
This commit is contained in:
parent
8475b62caf
commit
d3d10a1fd2
1 changed files with 2 additions and 2 deletions
|
@ -3302,7 +3302,7 @@ video.smartphone_video_player {
|
|||
}
|
||||
.tgme_background_pattern.default {
|
||||
opacity: 0.3;
|
||||
background-image: url('/img/tgme/pattern.svg');
|
||||
background-image: url('/img/tgme/pattern.svg?1');
|
||||
}
|
||||
html.theme_dark .tgme_background,
|
||||
body.bg_dark .tgme_background {
|
||||
|
@ -3314,7 +3314,7 @@ body.bg_dark .tgme_background {
|
|||
html.theme_dark .tgme_background.default,
|
||||
body.bg_dark .tgme_background.default {
|
||||
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.default {
|
||||
|
|
Loading…
Reference in a new issue