From b409b1179e36d2a3fff66c85b7d4e271769a2d9e Mon Sep 17 00:00:00 2001 From: Claire Xenia Wolf Date: Tue, 30 Nov 2021 10:47:43 +0100 Subject: [PATCH] Update docs theme Signed-off-by: Claire Xenia Wolf --- docs/static/yosyshq.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/static/yosyshq.css b/docs/static/yosyshq.css index 02d2bdb..1ceebe9 100644 --- a/docs/static/yosyshq.css +++ b/docs/static/yosyshq.css @@ -30,6 +30,11 @@ p { color: #4b72b8; } +.vp-sidebar li li li a { + color: #2c3e50; + font-weight: 400; +} + .vp-sidebar h3 { padding-left: 1.5rem !important; } @@ -42,6 +47,10 @@ p { padding-left: 3rem !important; } +.vp-sidebar ul ul ul a { + padding-left: 4.5rem !important; +} + .vp-sidebar .toctree-l1.current a { border-left: 0.5rem solid #6ecbd7; } -- 2.30.2