spruce: lightens muted color
[bootswatch] / spruce / bootswatch.less
index bf831db..a828b31 100755 (executable)
@@ -8,15 +8,16 @@
 
 @import url(//fonts.googleapis.com/css?family=Crete+Round);
 
-h1 > small,
-h2 > small,
-h3 > small,
-h4 > small,
-h5 > small,
-h6 > small,
+h1, h2, h3, h4, h5, h6 {
+
+       small {
+               font-family: @baseFontFamily;
+               color: @headingsColor;
+       }
+}
+
 .muted {
-       color: @headingsColor;
-       font-family: @baseFontFamily;
+       color: @grayLight;
 }
 
 .jumbotron h1 {