Skip to content

Commit

Permalink
Add dark mode tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderBand committed Nov 25, 2021
1 parent bb2eef9 commit 5116e39
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions source/resources/css/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,25 @@
.highlight .il {
color: rgb(125, 222, 174);
}
[role="tablist"] {
border-bottom-color: rgb(70, 76, 79);
}
.sphinx-tabs-tab {
color: rgb(119, 182, 226);
background-color: rgba(24, 26, 27, 0); border-color: initial;
}
.sphinx-tabs-tab[aria-selected="true"] {
border-color: rgb(70, 76, 79) rgb(70, 76, 79) rgb(48, 52, 54);
background-color: rgb(24, 26, 27);
}
.sphinx-tabs-panel {
border-right-color: rgb(70, 76, 79);
border-bottom-color: rgb(70, 76, 79);
border-left-color: rgb(70, 76, 79);
border-top-color: initial;
background-image: initial;
background-color: rgb(24, 26, 27);
}
.rst-other-versions a {
border-color: initial;
}
Expand Down

0 comments on commit 5116e39

Please sign in to comment.