diff --git a/resources/assets/stylesheets/less/helpbar.less b/resources/assets/stylesheets/less/helpbar.less index c25c75133ebe2587c003edb7726aa0dfa28e49be..95539db774007404619b84a3e49929979a368f80 100644 --- a/resources/assets/stylesheets/less/helpbar.less +++ b/resources/assets/stylesheets/less/helpbar.less @@ -21,7 +21,7 @@ h2, h3 { border-bottom: 0; - color: #fff; + color: @white; font-size: 1em; font-weight: normal; margin: 0; @@ -79,7 +79,7 @@ } .helpbar-widgets { - color: #fff; + color: @white; list-style: none; padding: 0; @@ -87,10 +87,9 @@ vertical-align: text-bottom; } a:link, a:visited { - color: #fff; + color: @white; } a:hover, a:active { - color: @white; text-decoration: underline; } > li {