From 060f77b5def923a1ca0a2c21d88ea879f7b4df7d Mon Sep 17 00:00:00 2001 From: Shivam Maurya <54358380+shvmm@users.noreply.github.com> Date: Tue, 22 Oct 2024 12:54:52 +0530 Subject: [PATCH] Tabs label CSS night mode fix --- _static/custom.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_static/custom.css b/_static/custom.css index 709085b576..0b0c406f7f 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -282,6 +282,10 @@ div.body p, div.body dd, div.body li, div.body blockquote { display: none; } +.sphinx-tabs-tab { + line-height: 20px; +} + /* New branding changes */ div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6, div.sphinxsidebar h3, div.sphinxsidebar h4, div.admonition p.admonition-title { @@ -365,6 +369,9 @@ img.logo { } .sphinx-tabs-tab { + border-bottom: 1px solid #fff; + border: #cfcfcf !important; + color: #3fc3ff !important; background: #212121 !important; margin: 0 !important; }