spruce: lightens muted color
[bootswatch] / spruce / bootswatch.less
index 10b0d47..a828b31 100755 (executable)
@@ -1,4 +1,4 @@
-// Spruce 2.2.2
+// Spruce 2.3.1
 // 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 {
@@ -36,8 +37,7 @@ h6 > small,
 }
 
 hr {
-       border-top: none;
-       border-bottom: 2px solid @headingsColor;
+       border-bottom: none;
 }
 
 blockquote {
@@ -186,8 +186,7 @@ blockquote {
 
 div.subnav {
 
-       background-color: @green;
-       background-image: none;
+       background: @green none;
        border-color: transparent;
 
        .nav > li > a {
@@ -618,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);
 
@@ -630,6 +633,10 @@ input, textarea, select {
                        color: @textColor;
                }
        }
+
+       &-footer {
+               background-color: @wellBackground;
+       }
 }
 
 .popover {