From 19311fbe124866cc49545561823a6b54d93a0861 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Wed, 25 Dec 2024 17:09:49 +0100 Subject: [PATCH] Override background. --- _static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_static/css/custom.css b/_static/css/custom.css index 4a1e6459..1afda2ea 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -34,6 +34,11 @@ body { .sphinx-tabs-panel { padding: 1em 1em 0 1em; + background: inherit !important; +} + +.sphinx-tabs-tab { + background: inherit !important; } .rst-content section ol.arabic, .rst-content section ol.arabic > li {