From 4bd081e54162e134186d82b176581c03be2a08e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Falconnier?= Date: Mon, 25 Jul 2022 13:02:27 +0200 Subject: [PATCH] Bump mkdocs version from 1.2.4 to 1.3.1 --- docs/requirements.txt | 2 +- docs/theme/zentral.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2fa8c99770..920bae2662 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1 @@ -mkdocs==1.2.4 +mkdocs==1.3.1 diff --git a/docs/theme/zentral.css b/docs/theme/zentral.css index 4e98f9e576..02ffff9f41 100644 --- a/docs/theme/zentral.css +++ b/docs/theme/zentral.css @@ -4,5 +4,8 @@ .wy-nav-top { background-color: rgb(225, 113, 97); } +.wy-menu-vertical header, .wy-menu-vertical p.caption { + color: #9b9b9b; +} table {margin-bottom: 24px;} td, th {padding: 12px;}