Thanks to visit codestin.com Credit goes to github.com
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 53b3f5b commit 2565a0bCopy full SHA for 2565a0b
1 file changed
doc/_static/mpl.css
@@ -1,6 +1,8 @@
1
:root {
2
- --sd-color-primary: #11557C;
3
- --sd-color-primary-highlight: #003c63;
+ --pst-color-link: var(--pst-color-primary);
+ --pst-color-link-hover: var(--pst-color-secondary);
4
+ --sd-color-primary: var(--pst-color-primary);
5
+ --sd-color-primary-text: var(--pst-color-text-base);
6
}
7
8
.simple li>p {
0 commit comments