From 18f701b10a29e37d1cdccf29b5daf91dfca99e79 Mon Sep 17 00:00:00 2001 From: Villermen Date: Tue, 4 Jul 2017 21:13:07 +0200 Subject: [PATCH] Background was black for a reason --- public/styles/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/styles/default.css b/public/styles/default.css index 96daf74..66082ce 100644 --- a/public/styles/default.css +++ b/public/styles/default.css @@ -8,7 +8,7 @@ html, body { box-sizing: border-box; } body { - background-color: #001000; + background-color: black; color: #00c800; font-family: "Roboto", sans-serif; padding: 0.8rem 0.8rem 0 0.8rem;