From 59e71e9e8b2974558fb80840aaffa5b84e1d92e8 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Sun, 22 Oct 2017 21:16:02 +0200 Subject: [PATCH] Added background color --- templates/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/index.html b/templates/index.html index 0e38707..a305c67 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,6 +12,7 @@ background-position: left top; background-repeat: no-repeat; background-size: 100% auto; + background-color: #aeaeac; }