From 58b1293b9ba84cd4aff96aedd33e890c99988028 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Sun, 2 Oct 2016 12:17:12 -0700 Subject: [PATCH] add a little contrast to list headers --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e6bce6f..cd8e72f 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,7 @@ padding: 14px; border-radius: 2px 2px 0 0; background: #30a388; - color: #19725f; + color: #165b4b; font-size: .7rem; text-transform: uppercase; text-align: center;