sidebar: minimalism ftw, no need for box shadow

This commit is contained in:
Alexandre Aubin 2021-02-11 01:52:58 +01:00
parent 215cec0248
commit b77e4e496e

View file

@ -137,6 +137,10 @@ body #top-bar #navigation {
SIDE BAR 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 { body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a {
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
border-left: 4px solid mediumturquoise; border-left: 4px solid mediumturquoise;