Skip to content

Commit

Permalink
Tabs label CSS dark mode fix (#4367)
Browse files Browse the repository at this point in the history
* Tabs label CSS night mode fix

* Update _static/custom.css

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* removed border attribute

* Update custom.css

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
shvmm and coderabbitai[bot] authored Oct 22, 2024
1 parent 448f44a commit b6e0b64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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,7 @@ img.logo {
}

.sphinx-tabs-tab {
color: #3fc3ff !important;
background: #212121 !important;
margin: 0 !important;
}
Expand Down

0 comments on commit b6e0b64

Please sign in to comment.