diff options
Diffstat (limited to 'superhero/bootswatch.less')
-rwxr-xr-x | superhero/bootswatch.less | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less index 657be436..e3ae4056 100755 --- a/superhero/bootswatch.less +++ b/superhero/bootswatch.less @@ -573,10 +573,6 @@ label { border: none; color: @textColor; text-shadow: none; - - a { - color: lighten(@orange, 12%); - } } .alert .alert-heading { @@ -584,16 +580,16 @@ label { } .alert-success { - background-color: @successText; + background-color: @successText; } .alert-danger, .alert-error { - background-color: @errorText; + background-color: @errorText; } .alert-info { - background-color: @infoText; + background-color: @infoText; } // MISC |