mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-03-15 13:22:43 +01:00
Update content of files
This commit is contained in:
parent
29cb92e337
commit
9f10adbcc1
2 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,11 @@
|
|||
html {
|
||||
overscroll-behavior-x: none;
|
||||
}
|
||||
body {
|
||||
--bg-color: var(--tg-theme-bg-color, #fff);
|
||||
font-family: sans-serif;
|
||||
background-color: var(--bg-color);
|
||||
/* background-color: var(--bg-color);*/
|
||||
background: transparent linear-gradient(180deg, var(--bg-color) 0%, var(--bg-color) 100%) no-repeat;
|
||||
color: var(--tg-theme-text-color, #222);
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
|
@ -9,7 +13,8 @@ body {
|
|||
color-scheme: var(--tg-color-scheme);
|
||||
}
|
||||
body.gray {
|
||||
background-color: var(--tg-theme-secondary-bg-color, #efefef);
|
||||
/* background-color: var(--tg-theme-secondary-bg-color, #efefef);*/
|
||||
background: transparent linear-gradient(180deg, var(--tg-theme-secondary-bg-color, #efefef) 0%, var(--tg-theme-secondary-bg-color, #efefef) 100%) no-repeat;
|
||||
}
|
||||
a {
|
||||
color: var(--tg-theme-link-color, #2678b6);
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</script>
|
||||
<link href="https://tg.dev/css/bootstrap.min.css?3" rel="stylesheet">
|
||||
<link href="https://tg.dev/css/bootstrap-extra.css?2" rel="stylesheet">
|
||||
<link href="/css/webappdemo.css?8" rel="stylesheet">
|
||||
<link href="/css/webappdemo.css?10" rel="stylesheet">
|
||||
</head>
|
||||
<body class="" style="visibility: hidden;">
|
||||
<section id="top_sect" class="second">
|
||||
|
|
Loading…
Add table
Reference in a new issue