From e34b3730b7a3a46b1b4dcbf3d5cab9bf2cbc94b1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Nov 2012 15:38:31 -0800 Subject: form state vars --- less/type.less | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'less/type.less') diff --git a/less/type.less b/less/type.less index 2f6dc9a9b..feb2388f5 100644 --- a/less/type.less +++ b/less/type.less @@ -31,17 +31,17 @@ cite { font-style: normal; } .muted { color: @grayLight; } a.muted:hover { color: darken(@grayLight, 10%); } -.text-warning { color: @warningText; } -a.text-warning:hover { color: darken(@warningText, 10%); } +.text-warning { color: @state-warning-text; } +a.text-warning:hover { color: darken(@state-warning-text, 10%); } -.text-error { color: @errorText; } -a.text-error:hover { color: darken(@errorText, 10%); } +.text-error { color: @state-error-text; } +a.text-error:hover { color: darken(@state-error-text, 10%); } -.text-info { color: @infoText; } -a.text-info:hover { color: darken(@infoText, 10%); } +.text-info { color: @state-info-text; } +a.text-info:hover { color: darken(@state-info-text, 10%); } -.text-success { color: @successText; } -a.text-success:hover { color: darken(@successText, 10%); } +.text-success { color: @state-success-text; } +a.text-success:hover { color: darken(@state-success-text, 10%); } // Headings -- cgit v1.2.3