From 8ad2704795183b98fb233ae9a38a8d2f476c21c0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 21 Dec 2013 18:09:49 -0500 Subject: style: give the h1 elements a background color --- public/assets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/assets/style.css b/public/assets/style.css index 5386c86..9545ab5 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -49,6 +49,7 @@ footer { h1 { text-align: center; + background-color: #DDDDFF; } h1, h2, h3, h4, h5, h6 { -- cgit v1.2.3