1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 12:51:25 +00:00

style: Prominent donation button in desktop navbar

This commit is contained in:
2026-05-18 14:23:37 -05:00
parent b6ac07bdfe
commit 65a0dd5699
2 changed files with 11 additions and 6 deletions
+9
View File
@@ -212,3 +212,12 @@ a.footnote-ref {
.pg-unstyled-cards .hextra-card:hover {
background-color: inherit;
}
.hextra-max-navbar-width a[href*="/about/donate/"] {
color: white;
background-color: rgba(255, 0, 0, 0.9);
font-weight: 900;
text-transform: uppercase;
margin-left: 16px;
border-radius: .25rem;
}