From 44516b4e32381f92583cd006145d2b5c12957552 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 3 Jun 2023 12:04:59 +0200 Subject: [PATCH] Minor CSS changes --- game.py | 1 + static/css/ab.css | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/game.py b/game.py index 7787474..520e6a6 100755 --- a/game.py +++ b/game.py @@ -74,6 +74,7 @@ def hello(): now = datetime.now(tz=tz) epoch = now.timestamp() + epoch = int(epoch) lines = getContent() while len(lines) < 2: diff --git a/static/css/ab.css b/static/css/ab.css index 5ecbcda..eb36f0c 100644 --- a/static/css/ab.css +++ b/static/css/ab.css @@ -113,10 +113,11 @@ input[type="radio"] { writing-mode: vertical-lr; transform:rotate(210deg); font-size: x-small; + font-weight: bold; display: flex; justify-content: center; align-items: center; - color: #E7E5E2; + color: #243233; } #footer {