style(website): colored download links

This commit is contained in:
Elian Doran 2025-09-27 16:52:43 +03:00
parent a5c7f4221b
commit cb63e88cdc
No known key found for this signature in database

View File

@ -27,6 +27,15 @@
flex-direction: column; flex-direction: column;
} }
.download-card a {
color: var(--accent-color);
text-decoration: none;
}
.download-card a:hover {
text-decoration: underline;
}
.download-options { .download-options {
justify-content: flex-end; justify-content: flex-end;
align-items: stretch; align-items: stretch;