Skip to content

Commit 6954723

Browse files
committed
CHANGE: make headers match logo
1 parent 678cf17 commit 6954723

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

mpl_sphinx_theme/static/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
html[data-theme="light"], html[data-theme="dark"] {
2-
--pst-color-primary: rgb(19, 6, 84);
2+
--pst-color-primary: #11557c;
33
--pst-color-link: rgb(17, 85, 124);
44
--pst-color-link-hover: rgb(0, 60, 99);
55
}
@@ -9,7 +9,7 @@ html[data-theme="light"] {
99
}
1010

1111
html[data-theme="dark"] {
12-
--pst-color-primary: #1f77b4;
12+
--pst-color-primary: #65baeaff;
1313
--pst-color-text-base: rgb(240, 240, 240);
1414
}
1515

mpl_sphinx_theme/static/images/logo_dark.svg

Lines changed: 12 additions & 12 deletions
Loading

0 commit comments

Comments
 (0)