From b5d4cb78c2da190d516c06d352e27eec68be69fd Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 7 Feb 2021 19:39:33 +0100 Subject: [PATCH] =?UTF-8?q?Th=C3=A8me=20blanc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/yunohost-docs/css/custom.css | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index 96cbc7bd..49b8c1de 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -150,6 +150,10 @@ body .off-canvas .learn-sidebar .learn-brand #logo path { } +body .off-canvas .learn-sidebar .searchbox ::placeholder { + +} + body #top-bar #breadcrumbs > span span, #top-bar #breadcrumbs > a span { font-size: 0.7rem; } @@ -160,4 +164,14 @@ body #top-bar a:visited { body #top-bar a:hover { text-decoration: underline; -} \ No newline at end of file +} + +body .off-canvas .learn-sidebar .searchbox ::placeholder { + color: rgba(68, 68, 68, 0.8); +} + +body .off-canvas .learn-sidebar a:hover { + color: black; + text-decoration: underline black; +} +