3.0.0 -> 3.0.1
[bootswatch] / amelia / bootswatch.less
index c6c7403..e8bdc88 100644 (file)
@@ -1,4 +1,4 @@
-// Amelia 3.0.0
+// Amelia 3.0.1
 // Bootswatch
 // -----------------------------------------------------
 
 
 // Typography =================================================================
 
-h1, h2, h3, h4, h5, h6 {
-       font-family: 'Lobster', cursive;
-}
-
 .text-primary {
        color: lighten(@brand-primary, 40%);
 }
@@ -61,6 +57,10 @@ h1, h2, h3, h4, h5, h6 {
 
 // Tables =====================================================================
 
+.table-responsive > .table {
+       background-color: @table-bg;
+}
+
 // Forms ======================================================================
 
 .has-warning {
@@ -133,3 +133,7 @@ legend {
 .list-group-item {
        background-color: lighten(@body-bg, 5%);
 }
+
+.popover {
+       color: @gray-dark;
+}