From 855f50d0827356e969f2d15b9e38f2232a2fd13a Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 7 Feb 2021 19:35:16 +0100 Subject: [PATCH] Theme blanc --- themes/yunohost-docs/css/custom.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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