docs: reduce font-weight of version_list

This commit is contained in:
Matthias 2024-08-24 09:19:07 +02:00
parent e87927564b
commit bcae1dce7b

View File

@ -11,3 +11,7 @@
.rst-versions .rst-other-versions {
color: white;
}
.md-version__list {
font-weight: 500 !important;
}