3.0.2 -> 3.0.3
[bootswatch] / slate / bootswatch.less
index 03c0d13..98423f8 100644 (file)
@@ -1,4 +1,4 @@
-// Slate 3.0.1
+// Slate 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
@@ -110,23 +110,28 @@ h1, h2, h3, h4, h5, h6 {
        text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
 }
 
-.text-primary {
+.text-primary,
+.text-primary:hover {
        color: @brand-primary;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
        color: @brand-success;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
        color: @brand-danger;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
        color: @brand-warning;
 }
 
-.text-info {
+.text-info,
+.text-info:hover {
        color: @brand-info;
 }