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 2854892 commit d8f423cCopy full SHA for d8f423c
mpl_sphinx_theme/static/css/style.css
@@ -1,19 +1,14 @@
1
-a {
2
- color: #11557C;
3
- text-decoration: none;
4
-}
5
-
6
-a:hover {
7
- color: #CA7900;
+html[data-theme="light"], html[data-theme="dark"] {
+ --pst-color-primary: rgb(19, 6, 84);
+ --pst-color-link: rgb(17, 85, 124);
+ --pst-color-link-hover: rgb(0, 60, 99);
8
}
9
10
html[data-theme="light"] {
11
- --pst-color-primary: rgb(19, 6, 84);
12
--pst-color-text-base: rgb(51, 51, 51);
13
14
15
html[data-theme="dark"] {
16
17
--pst-color-text-base: rgb(240, 240, 240);
18
19
0 commit comments