diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/type.less | 35 |
1 files changed, 11 insertions, 24 deletions
diff --git a/less/type.less b/less/type.less index 78ccb8119..512ead99e 100644 --- a/less/type.less +++ b/less/type.less @@ -37,30 +37,17 @@ cite { .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 |
