Skip to content

Commit daf9958

Browse files
authored
Merge pull request #30 from melissawm/remove-colors
MAINT: Remove version switcher colors
2 parents f758d05 + 6b1af37 commit daf9958

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

2.1/_static/numpy.css

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,7 @@ body {
1919
width: 15%;
2020
}
2121

22-
/* Version switcher colors from PyData Sphinx Theme */
23-
24-
.version-switcher__button[data-active-version-name*="devdocs"] {
25-
background-color: var(--pst-color-warning);
26-
border-color: var(--pst-color-warning);
27-
opacity: 0.9;
28-
}
29-
30-
.version-switcher__button:not([data-active-version-name*="stable"]):not([data-active-version-name*="dev"]):not([data-active-version-name*="pull"]) {
31-
background-color: var(--pst-color-danger);
32-
border-color: var(--pst-color-danger);
33-
opacity: 0.9;
34-
}
22+
/* Version switcher from PyData Sphinx Theme */
3523

3624
.version-switcher__menu a.list-group-item {
3725
font-size: small;

2.2/_static/numpy.css

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,7 @@ body {
1919
width: 15%;
2020
}
2121

22-
/* Version switcher colors from PyData Sphinx Theme */
23-
24-
.version-switcher__button[data-active-version-name*="devdocs"] {
25-
background-color: var(--pst-color-warning);
26-
border-color: var(--pst-color-warning);
27-
opacity: 0.9;
28-
}
29-
30-
.version-switcher__button:not([data-active-version-name*="stable"]):not([data-active-version-name*="dev"]):not([data-active-version-name*="pull"]) {
31-
background-color: var(--pst-color-danger);
32-
border-color: var(--pst-color-danger);
33-
opacity: 0.9;
34-
}
22+
/* Version switcher from PyData Sphinx Theme */
3523

3624
.version-switcher__menu a.list-group-item {
3725
font-size: small;

0 commit comments

Comments
 (0)