General fixes

This commit is contained in:
Jorge Vargas 2025-02-20 20:02:44 -06:00
parent 1032011b55
commit c16243df76
7 changed files with 31 additions and 33 deletions

View file

@ -27,4 +27,19 @@
margin-top: 1rem;
margin-bottom: 1rem;
}
button,
a {
cursor: pointer;
text-align: center;
:disabled {
cursor: none;
}
}
a:hover {
color: var(--color-hover-link);
text-decoration-line: underline;
}
}