From 767989468411b3b93243d2d5f8bb08ab0fcc2161 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 2 Oct 2024 20:08:55 +0000 Subject: Replace drop shadow in help toc with brighter color. The drop shadow looked terrible in dark mode. While that could be fixed, I think it looks better with just using the link hover color and making the selected item bold. (cherry picked from commit 8ae9df3bb7ab76bf8c1f864ac6c4869366e8b497) Co-authored-by: Harald Eilertsen --- view/css/mod_help.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/css/mod_help.css b/view/css/mod_help.css index df24e7c5e..d596048c9 100644 --- a/view/css/mod_help.css +++ b/view/css/mod_help.css @@ -36,9 +36,9 @@ padding-left: 20px; } -.selected-doco-nav { +.selected-doco-nav > a { font-weight: bold; - text-shadow: 2px 2px 3px lightgray; + color: var(--bs-link-hover-color); } #help-content pre code { -- cgit v1.2.3