Changed backgroundcolor from being wrapped in qoutes.

This commit is contained in:
2018-07-12 11:21:36 +02:00
parent 636c30a3e3
commit 618e00a358

View File

@@ -1,5 +1,5 @@
html, body {
margin: auto;
text-align: center;
background-color: #1e1e1e";
background-color: #1e1e1e;
}