From: Claire Xenia Wolf Date: Tue, 30 Nov 2021 09:47:43 +0000 (+0100) Subject: Update docs theme X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b409b1179e36d2a3fff66c85b7d4e271769a2d9e;p=SymbiYosys.git Update docs theme Signed-off-by: Claire Xenia Wolf --- 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; }