From 825d2300bb8782673969236f23096705d3ffdd6f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 8 Feb 2021 04:02:29 +0100 Subject: [PATCH] Moar css tweaks --- themes/yunohost-docs/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index b6801a0b..5739896a 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -210,7 +210,7 @@ body .off-canvas .learn-sidebar .learn-nav ul li a > span > b { color: black; } -body .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { +body .off-canvas .learn-sidebar .learn-nav ul.topics > li.active, body .off-canvas .learn-sidebar .learn-nav ul.topics > li.parent { background-color: rgba(0, 0, 0, 0.1); }