Skip to content

Commit

Permalink
Fix sphinx design tab colors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
melissawm committed May 31, 2024
1 parent 46ee8bd commit bde97dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ div.sphx-glr-download a:hover {
background-image: none;
background-color: #ffffff !important;
}

/* Workaround for https: //github.com/napari/docs/pull/423#issuecomment-2141165872 */
.bd-content .sd-tab-set>label {
background-color: var(--napari-gray);
color: #222832;
}

0 comments on commit bde97dd

Please sign in to comment.