diff --git a/public/css/master.css b/public/css/master.css index 27065be..347d65c 100644 --- a/public/css/master.css +++ b/public/css/master.css @@ -446,3 +446,7 @@ .me img { .me p { text-align: justify; } + +a:hover { + text-decoration: underline; +}