diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index 55f1efe2..96cbc7bd 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -132,7 +132,7 @@ img#whitelogo { /* Sidebar */ #sidebar-id { - background-color: white; + background-color: #fffefe; } body .off-canvas .learn-sidebar a { @@ -141,9 +141,23 @@ body .off-canvas .learn-sidebar a { body .off-canvas .learn-sidebar .learn-nav ul li.active > a { color: black; - border-right: black 1px solid; + border-left: black 2px solid; + background-color: #AAA; } body .off-canvas .learn-sidebar .learn-brand #logo path { fill: black!important; } + + +body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span { + font-size: 0.7rem; +} + +body #top-bar a:visited { + color: #3e7694; +} + +body #top-bar a:hover { + text-decoration: underline; +} \ No newline at end of file