Skip to content

Commit

Permalink
dark mode for btn-neutral
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Feb 28, 2024
1 parent a96ce35 commit 2953f78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ html[data-theme="dark"] .sphinx-tabs-tab[aria-selected="true"] {
html[data-theme="dark"] [role="tablist"] {
border-bottom: 1px solid #404040;
}

html[data-theme="dark"] .btn-neutral {
color: white !important;
}

0 comments on commit 2953f78

Please sign in to comment.