3.0.2 -> 3.0.3
[bootswatch] / journal / bootswatch.less
index 661fab0..c16f747 100644 (file)
@@ -1,4 +1,4 @@
-// Journal 3.0.0
+// Journal 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
@@ -7,11 +7,9 @@
 // Navbar =====================================================================
 
 .navbar {
-       border-bottom: 2px solid @gray-lighter;
        font-size: 18px;
        font-family: @font-family-sans-serif;
        font-weight: @headings-font-weight;
-       color: #000;
 }
 
 .navbar-brand {
 
 // Typography =================================================================
 
-h1, h2, h3, h4, h5, h6 {
-       font-family: @font-family-sans-serif;
-       font-weight: @headings-font-weight;
-       color: #000;
-}
-
 // Tables =====================================================================
 
 // Forms ======================================================================
@@ -93,4 +85,19 @@ h1, h2, h3, h4, h5, h6 {
                font-weight: @headings-font-weight;
                color: #000;
        }
-}
\ No newline at end of file
+}
+
+.panel {
+
+       &-primary,
+       &-success,
+       &-warning,
+       &-danger,
+       &-info {
+               .panel-title {
+                       color: #fff;
+               }
+       }
+
+
+}