mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-12-27 15:00:22 +01:00
Update content of files
This commit is contained in:
parent
ba01d82bbb
commit
143a297b26
2 changed files with 5 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
Telegram.WebApp.onEvent('themeChanged', setThemeClass);
|
||||
setThemeClass();
|
||||
</script>
|
||||
<link href="/css/cafe.css?16" rel="stylesheet">
|
||||
<link href="/css/cafe.css?17" rel="stylesheet">
|
||||
</head>
|
||||
<body style="display:none">
|
||||
<section class="cafe-page cafe-items">
|
||||
|
|
|
@ -2,7 +2,7 @@ body {
|
|||
font-family: var(--default-font);
|
||||
font-size: 13px;
|
||||
line-height: 16px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
background-color: var(--block-bg-color);
|
||||
color: var(--text-color);
|
||||
color-scheme: var(--tg-color-scheme);
|
||||
|
@ -125,6 +125,9 @@ body.order-mode .cafe-items {
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.cafe-item-title {
|
||||
font-weight: 500;
|
||||
}
|
||||
.cafe-item-price {
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
|
|
Loading…
Reference in a new issue