spruce: heading color and size
[bootswatch] / spruce / bootswatch.less
index e6127af..1bbc5a0 100755 (executable)
@@ -16,11 +16,16 @@ div.subnav li > a,
        font-weight: @headingsFontWeight;
 }
 
-h1 { font-size: 54px; }
-h2 { font-size: 36px; }
-h3 { font-size: 20px; }
-h4 { font-size: 16px; }
-h5 { font-size: 14px; }
+h1 {
+       font-size: 54px;
+       line-height: 1.2em;
+       color: @yellow;
+}
+
+h2 { font-size: 48px; }
+h3 { font-size: 36px; }
+h4 { font-size: 24px; }
+h5 { font-size: 20px; }
 
 h1 > small, h2 > small, h3 > small, h4 > small, h5 > small, h6 > small, .muted {
        color: @headingsColor;