We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179a4a3 commit 113e38cCopy full SHA for 113e38c
docs/_static/custom.css
@@ -19,3 +19,21 @@
19
code {
20
font-family: monospace !important;
21
}
22
+
23
+/* Dark mode styles for Sphinx tabs */
24
+html.dark .sphinx-tabs .sphinx-tabs-tab {
25
+ background-color: #333 !important;
26
+ color: #fff !important;
27
+ border-color: #555 !important;
28
+}
29
30
+html.dark .sphinx-tabs .sphinx-tabs-tab[aria-selected="true"] {
31
+ background-color: #444 !important;
32
+ border-bottom-color: #444 !important;
33
34
35
+html.dark .sphinx-tabs-panel {
36
37
38
39
0 commit comments