From f5f2faa0699ff7094f6aae439f4c7d4825f79544 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Jun 2023 12:56:33 +0200 Subject: [PATCH] Added dark background --- static/css/ab.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/css/ab.css b/static/css/ab.css index 12769dc..65c7119 100644 --- a/static/css/ab.css +++ b/static/css/ab.css @@ -1,11 +1,13 @@ body { font-family: 'Courier New', Courier, monospace; + background-color: #181a1b; } #header { border-radius: 10px; text-align: center; background-color: dimgray; + color: #eee; width: 100%; padding-top: 25px; padding-bottom: 25px;