web/donate: adjust donate card gradient colors for dark theme

This commit is contained in:
wukko 2024-08-23 20:50:38 +06:00
parent 1f25b3d793
commit 2479900bb9
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -50,8 +50,8 @@
:global([data-theme="dark"]) #donate-page {
--donate-border-opacity: 0.05;
--donate-gradient-start: #101010;
--donate-gradient-end: #2d2d2d;
--donate-gradient-start: #111111;
--donate-gradient-end: #2a2a2a;
}
#support-options {