We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4e863d commit 5ff7752Copy full SHA for 5ff7752
mpl_sphinx_theme/static/css/style.css
@@ -1,15 +1,19 @@
1
html[data-theme="light"] {
2
--pst-color-primary: #11557c;
3
--pst-color-text-base: rgb(51, 51, 51);
4
+ --sd-color-primary-text: rgb(250, 250, 250);
5
}
6
7
html[data-theme="dark"] {
- --pst-color-primary: #65baeaff;
8
- --pst-color-text-base: rgb(240, 240, 240);
+ --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);
11
12
13
+:root {
14
--pst-color-link: var(--pst-color-primary);
15
--pst-color-link-hover: var(--pst-color-secondary);
16
+}
17
18
.sidebar-cheatsheets, .sidebar-donate {
19
margin: 2.75rem 0;
0 commit comments