From 88dc2033a73434a4079f97b0fe76c9b441670ce6 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Fri, 31 Jul 2020 11:40:25 +0100 Subject: [PATCH] tweak --- template/static/stylesheets/app.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 {