Skip to content

Commit

Permalink
Merge pull request #27 from numpy/version-color
Browse files Browse the repository at this point in the history
comment out version-switcher color
  • Loading branch information
mattip authored Aug 21, 2024
2 parents a151cc7 + 1033aaa commit cf4a45e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2.0/_static/numpy.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ body {
opacity: 0.9;
}

.version-switcher__button:not([data-active-version-name*="stable"]):not([data-active-version-name*="dev"]):not([data-active-version-name*="pull"]) {
/* .version-switcher__button:not([data-active-version-name*="stable"]):not([data-active-version-name*="dev"]):not([data-active-version-name*="pull"]) {
background-color: var(--pst-color-danger);
border-color: var(--pst-color-danger);
opacity: 0.9;
}

*/
.version-switcher__menu a.list-group-item {
font-size: small;
}
Expand Down Expand Up @@ -71,4 +71,4 @@ div.admonition-legacy>.admonition-title::after {

div.admonition-legacy>.admonition-title {
background-color: var(--pst-color-warning-bg);
}
}

0 comments on commit cf4a45e

Please sign in to comment.