From 15cba34352b4b75b48781c33b397d67388a2fb09 Mon Sep 17 00:00:00 2001 From: frju365 Date: Sun, 7 Feb 2021 22:07:47 +0100 Subject: [PATCH] [fix] contrast between links --- themes/yunohost-docs/css/custom.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/yunohost-docs/css/custom.css b/themes/yunohost-docs/css/custom.css index e8a98789..5c826415 100644 --- a/themes/yunohost-docs/css/custom.css +++ b/themes/yunohost-docs/css/custom.css @@ -186,10 +186,14 @@ body .off-canvas .learn-sidebar .learn-nav ul li ul li.active > a { background-color: #2f2f2f52; } -body .off-canvas .learn-sidebar .learn-nav .read-icon { +body .off-canvas .learn-sidebar .learn-nav .read-icon, body .off-canvas .learn-sidebar .searchbox { color: rgba(0, 0, 0, 0.6); } +body .off-canvas .learn-sidebar .searchbox input { + color: rgb(78, 78, 78); +} + /* ############################################################################### Style sheet for the cards