From 47cfd8c12c91137d4ee0ae06db790c6897986367 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 14 May 2022 22:17:17 +0200 Subject: [PATCH] update css --- docs/_static/css/extra.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/_static/css/extra.css b/docs/_static/css/extra.css index 3e5229a..d2f5b35 100644 --- a/docs/_static/css/extra.css +++ b/docs/_static/css/extra.css @@ -19,5 +19,9 @@ td code { } .wy-nav-side { - background: #2f394c; + background: #262e3d; +} + +.wy-menu-vertical a:hover { + background: #1e2430; }