diff --git a/style.css b/style.css index b8b1065..f92dda8 100644 --- a/style.css +++ b/style.css @@ -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; }