fix: update abbr element style

This commit is contained in:
Devin Haska 2024-01-31 15:19:43 -08:00
parent b933aae79f
commit 189cc0a829

View file

@ -92,6 +92,10 @@ strong {
font-weight: 650;
}
abbr {
text-decoration-color: var(--color-primary);
}
@media (prefers-reduced-motion: reduce) {
html:focus-within {
scroll-behavior: auto;