web/DonateBanner: make subtitle easier to read

This commit is contained in:
wukko 2024-08-06 14:28:32 +06:00
parent 250269bc09
commit 894c1ada24
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -131,7 +131,8 @@
}
#banner-subtitle {
color: var(--gray);
color: var(--white);
opacity: 0.4;
line-height: 1.5;
font-size: 16px;
}