From d18e898794273352f64ecc056f886fb4c32f2381 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michaela=20Br=C3=BCckner?= <brueckner@data-quest.de> Date: Mon, 5 Sep 2022 14:22:10 +0200 Subject: [PATCH] fixes #1380 #1533 --- resources/assets/stylesheets/less/helpbar.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/assets/stylesheets/less/helpbar.less b/resources/assets/stylesheets/less/helpbar.less index c25c75133eb..95539db7740 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 { -- GitLab