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