From 618e00a35800cba569e0b9ad7b2e143abe84bf93 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 12 Jul 2018 11:21:36 +0200 Subject: [PATCH] Changed backgroundcolor from being wrapped in qoutes. --- public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/style.css b/public/style.css index 9008702..6f975a4 100644 --- a/public/style.css +++ b/public/style.css @@ -1,5 +1,5 @@ html, body { margin: auto; text-align: center; - background-color: #1e1e1e"; + background-color: #1e1e1e; } \ No newline at end of file