From e7e6c6f7b8a566a9aaac39419aecd72b4868e4c5 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sun, 28 Jun 2015 17:44:07 -0400 Subject: [PATCH] Update sidebar footer to have background color --- src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles.css b/src/styles.css index 3d4cd6a..5641714 100644 --- a/src/styles.css +++ b/src/styles.css @@ -139,6 +139,7 @@ header { width: 100%; padding: 10px 0px; text-align: center; + background-color: #202020; }