aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less
index c2f7b0735..a8a1c2dec 100644
--- a/less/type.less
+++ b/less/type.less
@@ -36,9 +36,9 @@ a.text-muted:focus { color: darken(@grayLight, 10%); }
a.text-warning:hover,
a.text-warning:focus { color: darken(@state-warning-text, 10%); }
-.text-error { color: @state-error-text; }
-a.text-error:hover,
-a.text-error:focus { color: darken(@state-error-text, 10%); }
+.text-danger { color: @state-danger-text; }
+a.text-danger:hover,
+a.text-danger:focus { color: darken(@state-danger-text, 10%); }
.text-success { color: @state-success-text; }
a.text-success:hover,