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;
color: gray;
}
a.foo:hover {
text-decoration-color: black;
color: black;
a:hover {
color: #71ff55;
}
a.foo {
text-decoration-color: white;
a {
text-decoration: underline;
color: white;
transition: color 300ms;
}