From bcae1dce7ba1d7d73513b74a75c00cd1aef268a6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 24 Aug 2024 09:19:07 +0200 Subject: [PATCH] docs: reduce font-weight of version_list --- docs/stylesheets/ft.extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/ft.extra.css b/docs/stylesheets/ft.extra.css index 3369fa177..18985baf0 100644 --- a/docs/stylesheets/ft.extra.css +++ b/docs/stylesheets/ft.extra.css @@ -11,3 +11,7 @@ .rst-versions .rst-other-versions { color: white; } + +.md-version__list { + font-weight: 500 !important; +}