diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css index 69fc6a0..d3f4ead 100644 --- a/template/static/stylesheets/app.css +++ b/template/static/stylesheets/app.css @@ -354,8 +354,9 @@ select.form-control:not([multiple]):not([size]) { max-width: 100%; } -.content a:hover { - text-decoration: none; +.content a { + color: inherit; + text-decoration: underline; } .content blockquote {