diff --git a/themes/yunohost-docs/scss/theme/_global.scss b/themes/yunohost-docs/scss/theme/_global.scss index ed008e1a..411f21eb 100644 --- a/themes/yunohost-docs/scss/theme/_global.scss +++ b/themes/yunohost-docs/scss/theme/_global.scss @@ -137,6 +137,10 @@ body #top-bar #navigation { SIDE BAR =================================================*/ +body.off-canvas .learn-sidebar .learn-brand { + box-shadow: none; +} + body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a { background-color: rgba(0, 0, 0, 0.1); border-left: 4px solid mediumturquoise;