Skip to content

Commit 5ff7752

Browse files
committed
FIX:
1 parent d4e863d commit 5ff7752

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mpl_sphinx_theme/static/css/style.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
html[data-theme="light"] {
22
--pst-color-primary: #11557c;
33
--pst-color-text-base: rgb(51, 51, 51);
4+
--sd-color-primary-text: rgb(250, 250, 250);
45
}
56

67
html[data-theme="dark"] {
7-
--pst-color-primary: #65baeaff;
8-
--pst-color-text-base: rgb(240, 240, 240);
8+
--pst-color-primary: rgb(92, 150, 194);
9+
--pst-color-text-base: rgb(250, 250, 250);
10+
--sd-color-primary-text: rgb(51, 51, 51);
911
}
1012

13+
:root {
1114
--pst-color-link: var(--pst-color-primary);
1215
--pst-color-link-hover: var(--pst-color-secondary);
16+
}
1317

1418
.sidebar-cheatsheets, .sidebar-donate {
1519
margin: 2.75rem 0;

0 commit comments

Comments
 (0)