From a23866946fad3dcfdc69fe6a1194180284ee4d71 Mon Sep 17 00:00:00 2001 From: Jonathan Michaux <5730842+jmcx@users.noreply.github.com> Date: Fri, 24 Feb 2023 14:50:56 +0100 Subject: [PATCH] Update extra.css protects us against the minor graphical issue described in the below issue if/when we update our version of mkdocs (for now we've pinned the version to an older one). https://github.com/squidfunk/mkdocs-material/issues/4985 --- docs/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extra.css b/docs/extra.css index 9584615bc..4282a7d4c 100644 --- a/docs/extra.css +++ b/docs/extra.css @@ -79,3 +79,7 @@ background: rgba(0, 0, 0, 0.8); color: #FFF } + +.md-nav__link[for] { + color: var(--md-default-fg-color) !important +}