From 2a8cfd2e922f0fb410729b76d04d1b6804320d11 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 3 Apr 2024 19:25:34 +0200 Subject: [PATCH] Add extra rtd rules ... --- docs/stylesheets/ft.extra.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/stylesheets/ft.extra.css b/docs/stylesheets/ft.extra.css index 3369fa177..088a29e3c 100644 --- a/docs/stylesheets/ft.extra.css +++ b/docs/stylesheets/ft.extra.css @@ -11,3 +11,12 @@ .rst-versions .rst-other-versions { color: white; } + +header > img.logo { + display: none; +} + +header > span { + font-size: .7rem; + color: white; +}