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 5ff7752 commit 8ef23e3Copy full SHA for 8ef23e3
mpl_sphinx_theme/static/css/style.css
@@ -1,17 +1,19 @@
1
+/* rgb #11557c */
2
html[data-theme="light"] {
- --pst-color-primary: #11557c;
3
+ --pst-color-primary: hsl(202, 76%, 28%);
4
--pst-color-text-base: rgb(51, 51, 51);
5
--sd-color-primary-text: rgb(250, 250, 250);
6
+ --pst-color-link: hsl(202, 76%, 25%);
7
}
8
9
html[data-theme="dark"] {
- --pst-color-primary: rgb(92, 150, 194);
10
+ --pst-color-primary: rgb(70, 152, 198);
11
--pst-color-text-base: rgb(250, 250, 250);
12
--sd-color-primary-text: rgb(51, 51, 51);
13
+ --pst-color-link: hsl(202, 53%, 80%);
14
15
16
:root {
---pst-color-link: var(--pst-color-primary);
17
--pst-color-link-hover: var(--pst-color-secondary);
18
19
0 commit comments