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

View File

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