Skip to content

Commit

Permalink
Tabs label CSS night mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shvmm authored Oct 22, 2024
1 parent 448f44a commit 060f77b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 060f77b

Please sign in to comment.