diff options
Diffstat (limited to 'lib/labels.less')
| -rw-r--r-- | lib/labels.less | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/labels.less b/lib/labels.less index 114bc85b5..06dc7f3c0 100644 --- a/lib/labels.less +++ b/lib/labels.less @@ -9,8 +9,8 @@ text-transform: uppercase; background-color: @grayLight; .border-radius(3px); - &.important { background-color: #c43c35; } + &.important { background-color: @errorText; } &.warning { background-color: @orange; } - &.success { background-color: @green; } - &.notice { background-color: lighten(@blue, 25%); } + &.success { background-color: @successText; } + &.info { background-color: @infoText; } } |
