Skip to content

Commit 2953f78

Browse files
committed
dark mode for btn-neutral
1 parent a96ce35 commit 2953f78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,7 @@ html[data-theme="dark"] .sphinx-tabs-tab[aria-selected="true"] {
119119
html[data-theme="dark"] [role="tablist"] {
120120
border-bottom: 1px solid #404040;
121121
}
122+
123+
html[data-theme="dark"] .btn-neutral {
124+
color: white !important;
125+
}

0 commit comments

Comments
 (0)