web/DonateCardContainer: add an active button state

This commit is contained in:
wukko 2025-02-27 18:12:15 +06:00
parent 0b631b31b3
commit f5b9f59e43
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -57,6 +57,10 @@
}
}
:global(.donate-card button:active) {
background: rgba(255, 255, 255, 0.125);
}
:global(.donate-card button.selected) {
background: rgba(255, 255, 255, 0.15);
}