fix(website): hover effect for buttons

This commit is contained in:
Elian Doran 2025-09-27 17:57:24 +03:00
parent c4354032b5
commit d66505e5bc
No known key found for this signature in database

View File

@ -27,12 +27,12 @@
flex-direction: column;
}
.download-card a {
.download-card a:not(.button) {
color: var(--accent-color);
text-decoration: none;
}
.download-card a:hover {
.download-card a:not(.button):hover {
text-decoration: underline;
}