From 571cf7f0b9a992d3a6beeae3feed89b58e324e51 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 11 Jun 2013 12:10:51 -0400 Subject: [PATCH] consistent bolding level for headers --- dashboard-ui/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 0ee66bfb95..cb0a180bc5 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -65,7 +65,7 @@ h2 { } h1 a { - font-weight: normal!important; + font-weight: 200!important; text-decoration: none; color: #fff!important; }