3.0.0 -> 3.0.1
[bootswatch] / cyborg / bootswatch.less
index e646757..7af6abb 100644 (file)
@@ -1,4 +1,4 @@
-// Cyborg 3.0.0
+// Cyborg 3.0.1
 // Bootswatch
 // -----------------------------------------------------
 
 
 // Typography =================================================================
 
-h1, h2, h3, h4, h5, h6 {
-       color: #fff;
-}
-
 .text-primary {
        color: @brand-primary;
 }
@@ -50,6 +46,10 @@ h1, h2, h3, h4, h5, h6 {
        }
 }
 
+.table-responsive > .table {
+       background-color: @table-bg;
+}
+
 // Forms ======================================================================
 
 .has-warning {
@@ -124,7 +124,7 @@ legend {
 
        .alert-link,
        a {
-               color: @alert-text;
+               color: @alert-warning-text;
                text-decoration: underline;
        }
 }