From 7d9d9a6e253f6ba11c705116f6cce73152ec01c6 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 30 Apr 2020 01:29:12 +0200 Subject: [PATCH] Fix color in Bank modal. --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index bb337f3..a7b4a7f 100644 --- a/css/app.css +++ b/css/app.css @@ -31,4 +31,8 @@ body { .hand { margin-bottom: 2em; +} + +#bankModal * { + color: black; } \ No newline at end of file