superhero: fixes #114, button text color in alerts
[bootswatch] / superhero / bootswatch.less
index 657be43..e3ae405 100755 (executable)
@@ -573,10 +573,6 @@ label {
   border: none;
   color: @textColor;
   text-shadow: none;
-
-  a {
-       color: lighten(@orange, 12%);
-  }
 }
 
 .alert .alert-heading {
@@ -584,16 +580,16 @@ label {
 }
 
 .alert-success {
-  background-color: @successText;
+       background-color: @successText;
 }
 
 .alert-danger,
 .alert-error {
-  background-color: @errorText;
+       background-color: @errorText;
 }
 
 .alert-info {
-  background-color: @infoText;
+       background-color: @infoText;
 }
 
 // MISC