Skip to content

Commit 2565a0b

Browse files
committed
FIX: fix styling of donate button
1 parent 53b3f5b commit 2565a0b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/_static/mpl.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
:root {
2-
--sd-color-primary: #11557C;
3-
--sd-color-primary-highlight: #003c63;
2+
--pst-color-link: var(--pst-color-primary);
3+
--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);
46
}
57

68
.simple li>p {

0 commit comments

Comments
 (0)