summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-12-21 18:09:49 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-12-21 18:09:49 -0500
commit8ad2704795183b98fb233ae9a38a8d2f476c21c0 (patch)
tree36aa14a6aa560849375d486848019457b67d9dca
parentd685ba5c897f9f0b61790b0aae3fb0b4a3d9cc9b (diff)
style: give the h1 elements a background color
-rw-r--r--public/assets/style.css1
1 files changed, 1 insertions, 0 deletions
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 {