From 61fc7a8e389ba1600ec8189ff4016e3ecea8dc46 Mon Sep 17 00:00:00 2001 From: Luke Evers Date: Thu, 2 Jul 2015 09:59:40 -0400 Subject: [PATCH] Black background --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 122c3e2..1f30179 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ width: 100%; margin: 0; color: #f6f6f6; + background-color: #212121; font-family: 'Helvetica Neue', 'Helvetica', 'sans-serif'; font-size: 13px; }