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 678cf17 commit 6954723Copy full SHA for 6954723
mpl_sphinx_theme/static/css/style.css
@@ -1,5 +1,5 @@
1
html[data-theme="light"], html[data-theme="dark"] {
2
- --pst-color-primary: rgb(19, 6, 84);
+ --pst-color-primary: #11557c;
3
--pst-color-link: rgb(17, 85, 124);
4
--pst-color-link-hover: rgb(0, 60, 99);
5
}
@@ -9,7 +9,7 @@ html[data-theme="light"] {
9
10
11
html[data-theme="dark"] {
12
- --pst-color-primary: #1f77b4;
+ --pst-color-primary: #65baeaff;
13
--pst-color-text-base: rgb(240, 240, 240);
14
15
mpl_sphinx_theme/static/images/logo_dark.svg
0 commit comments