feat(donations): clickable OKI links in donation disclaimer

This commit is contained in:
2026-07-25 21:52:29 +04:00
parent e673b484ce
commit aa86bf65e4
4 changed files with 33 additions and 3 deletions
+10
View File
@@ -105,6 +105,16 @@
margin-right: 10px;
}
.donation-disclaimer a {
color: var(--primary-red);
text-decoration: underline;
font-weight: 600;
}
.donation-disclaimer a:hover {
text-decoration: none;
}
@media (max-width: 1024px) {
.donation-disclaimer {
margin-bottom: 20px;