Changed links style

This commit is contained in:
2026-02-24 12:28:19 +03:00
parent caecf366f9
commit fcb263d1dd

View File

@@ -25,11 +25,11 @@ footer {
padding-left: 30px; padding-left: 30px;
color: gray; color: gray;
} }
a.foo:hover { a:hover {
text-decoration-color: black; color: #71ff55;
color: black;
} }
a.foo { a {
text-decoration-color: white; text-decoration: underline;
color: white; color: white;
transition: color 300ms;
} }