mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
web/DonateOptionsCard: fix button active color
This commit is contained in:
@ -181,6 +181,10 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
:global(#donation-box button:active) {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
:global(#donation-box button:hover) {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
|
Reference in New Issue
Block a user