From 638f094ddb091b3130872953033cead97f798ac6 Mon Sep 17 00:00:00 2001 From: Julien Gomes Dias Date: Sun, 7 Feb 2021 18:51:53 +0100 Subject: [PATCH] Sidebar 1st try --- themes/yunohost-docs/css/custom.css | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index d6cbd105..85554b13 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -1,5 +1,5 @@ .off-canvas .learn-sidebar:before { - background: dimgrey; + background: none; } .highlightable h5:first-of-type { @@ -128,3 +128,19 @@ img#whitelogo { .simplebar-content h5:first-child { display: none; } + +/* Sidebar */ + +#sidebar-id { + background-color: white; +} + +body .off-canvas .learn-sidebar a { + color: #364149; +} + +body .off-canvas .learn-sidebar .learn-nav ul li.active > a { + color: black; + border-right: black 1px solid; +} +