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; }