From 6f4af8e007b7b71dfa7b2e195ad1d19071574ebf Mon Sep 17 00:00:00 2001 From: Dany wm Date: Sun, 28 Jan 2024 17:41:42 +0100 Subject: [PATCH] IMPROVE: highlight help --- html/css/style-classic7.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index 2e1c669a8..56924ba4c 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -3414,7 +3414,8 @@ li.li-active { * Help item in EXTENSION */ #help { - background-color:lightgoldenrodyellow; + background-color: yellow !important;; + padding: 0.5rem; color:navy !important; text-decoration: underline; } \ No newline at end of file