1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-05 10:11:08 +00:00

Adding donation info

This commit is contained in:
2024-04-17 03:07:58 -05:00
parent ece4a76711
commit 719135c133
6 changed files with 79 additions and 35 deletions

View File

@@ -65,7 +65,7 @@
--pg-blue: #74b9f1;
--pg-green: #72cd75;
--pg-blue-gray: #9ab2bc;
--pg-viridian: #40826d;
--pg-viridian: #36d1a0;
--md-footer-bg-color--dark: var(--md-default-bg-color);
}
@@ -523,3 +523,10 @@ path[d="M20.71 7.04c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.37-.39-1.02-.39-1.41 0l-
width: 100%;
padding: 1em !important;
}
/* Footer text links */
html .md-footer-meta.md-typeset a.mdx-footer__link {
/* color: var(--md-primary-fg-color--light); */
border-bottom: .05rem dotted var(--md-default-fg-color--light);
text-decoration: none;
}