This commit is contained in:
2026-03-19 11:16:54 -04:00
parent bc3ee44748
commit 774c77d78f

View File

@@ -59,11 +59,11 @@ a {
} }
a:hover { a:hover {
color: teal; color: coral;
} }
a:active { a:active {
color: teal; color: coral;
} }
@keyframes blink { @keyframes blink {