sync
[bootswatch] / journal / bootswatch.less
index 2a12c3d..c16f747 100644 (file)
@@ -1,4 +1,4 @@
-// Journal 3.0.1
+// Journal 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
                font-weight: @headings-font-weight;
                color: #000;
        }
-}
\ No newline at end of file
+}
+
+.panel {
+
+       &-primary,
+       &-success,
+       &-warning,
+       &-danger,
+       &-info {
+               .panel-title {
+                       color: #fff;
+               }
+       }
+
+
+}