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; +} +