From 3f11a3b1d5efae579ff6a14e4140ffecf63cb317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Th=C3=B6mmes?= Date: Tue, 25 May 2021 14:13:38 +0200 Subject: [PATCH] Fix syntax error that causes some CSS to not apply (#3635) --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 642c8cf58..fc1834597 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -39,6 +39,7 @@ } .md-typeset > h1:first-of-type { margin: 0 0 0.75em; +} .md-version__list li:nth-last-child(1) a { color: gray;