diff --git a/html/index.html b/html/index.html index d85ad0a..2faf85f 100644 --- a/html/index.html +++ b/html/index.html @@ -154,6 +154,19 @@ transition: ease-in-out 0.1s; } + .link, + .link:visited, + .link:link, + .link:focus, + .link:active { + color: #c03940; + text-decoration: none; + } + + .link:hover { + text-decoration: underline; + } + @media (pointer:none), (pointer:coarse) { .big-icon { @@ -198,10 +211,76 @@