From b573db30f98cb20928814f04cdb0e58c98e4aa40 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 30 Apr 2020 02:15:28 +0200 Subject: [PATCH] Introduces bets. --- css/app.css | 4 +++ index.htm | 71 +++++++++++++++++++++++++++++++++-------------------- js/app.js | 25 ++++++++++++++++--- 3 files changed, 70 insertions(+), 30 deletions(-) diff --git a/css/app.css b/css/app.css index a7b4a7f..15fae28 100644 --- a/css/app.css +++ b/css/app.css @@ -35,4 +35,8 @@ body { #bankModal * { color: black; +} + +.bet-input { + color: white !important; } \ No newline at end of file diff --git a/index.htm b/index.htm index 83786c9..970db6a 100644 --- a/index.htm +++ b/index.htm @@ -14,7 +14,7 @@