Update content of files

This commit is contained in:
GitHub Action 2022-04-12 22:29:08 +00:00
parent ba01d82bbb
commit 143a297b26
2 changed files with 5 additions and 2 deletions

View file

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

View file

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