.muted {
color: @grayLight;
}
-.text-warning {
- color: @warningText;
- &:hover {
- color: darken(@warningText, 10%);
- }
-}
-.text-error {
- color: @errorText;
- &:hover {
- color: darken(@errorText, 10%);
- }
-}
-.text-info {
- color: @infoText;
- &:hover {
- color: darken(@infoText, 10%);
- }
-}
-.text-success {
- color: @successText;
- &:hover {
- color: darken(@successText, 10%);
- }
-}
+.text-warning { color: @warningText; }
+a.text-warning:hover { color: darken(@warningText, 10%); }
+
+.text-error { color: @errorText; }
+a.text-error:hover { color: darken(@errorText, 10%); }
+
+.text-info { color: @infoText; }
+a.text-info:hover { color: darken(@infoText, 10%); }
+
+.text-success { color: @successText; }
+a.text-success:hover { color: darken(@successText, 10%); }
// Headings