Skip to content

Commit

Permalink
use telegram colors
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek committed Sep 23, 2023
1 parent 12a8ced commit 6d003bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ input[type="tel"] {

div {
border-radius: 1vw;
background-color: #f2f2f2;
background-color: var(--tg-theme-bg-color);
padding: 20px;
margin: 2%;
}
Expand Down
6 changes: 3 additions & 3 deletions spendbook/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="../css/main.css" />
</head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.4/jquery.min.js"></script>
<script src="https://telegram.org/js/telegram-web-app.js"></script>
<script src="./js/dropDowns.js"></script>
<head>
<link rel="stylesheet" type="text/css" href="../css/main.css" />
</head>
<script>
$(document).ready(function () {
function collectData() {
Expand Down

0 comments on commit 6d003bb

Please sign in to comment.