diff --git a/static/typography.css b/static/typography.css index 7effbb1..c8b9c5c 100644 --- a/static/typography.css +++ b/static/typography.css @@ -68,6 +68,10 @@ hr { } /* Links */ +a:hover { + text-decoration: underline; +} + a { text-decoration: none; color: #005B96;