3.0.2 -> 3.0.3
[bootswatch] / spacelab / bootswatch.less
index 26dea26..786e818 100644 (file)
@@ -1,4 +1,4 @@
-// Spacelab 3.0.0
+// Spacelab 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
@@ -6,6 +6,7 @@
 
 .btn-shadow(@color) {
        #gradient > .vertical-three-colors(lighten(@color, 15%), @color, 50%, darken(@color, 4%));
+       filter: none;
        border: 1px solid darken(@color, 10%);
 }
 
@@ -15,7 +16,6 @@
 
        .btn-shadow(@navbar-default-bg);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
-       filter: none;
 
        &-inverse {
                .btn-shadow(@navbar-inverse-bg);
 
 // Typography =================================================================
 
-h1, h2, h3, h4, h5, h6 {
-       color: @gray-darker;
-}
-
 // Tables =====================================================================
 
 // Forms ======================================================================
@@ -104,4 +100,13 @@ h1, h2, h3, h4, h5, h6 {
 
 // Progress bars ==============================================================
 
-// Containers =================================================================
\ No newline at end of file
+// Containers =================================================================
+
+.panel {
+
+       &-primary {
+               .panel-title {
+                       color: #fff;
+               }
+       }
+}
\ No newline at end of file