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;