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

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);
}