v2.3.1 -> v2.3.2
[bootswatch] / spruce / bootswatch.less
index 7322b02..a905a74 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.3.1
+// Spruce 2.3.2
 // Bootswatch
 // -----------------------------------------------------
 
@@ -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 {
@@ -616,11 +617,15 @@ input, textarea, select {
        &-header {
                padding: 12px 15px 6px;
                background-color: @green;
+               color: @navbarLinkColor;
+
+               h1, h2, h3, h4, h5, h6 {
+                       color: @navbarLinkColor;
+               }
        }
 
        &-body,
        &-footer {
-               background-color: @headingsColor;
                border: none;
                .box-shadow(none);
 
@@ -628,6 +633,10 @@ input, textarea, select {
                        color: @textColor;
                }
        }
+
+       &-footer {
+               background-color: @wellBackground;
+       }
 }
 
 .popover {