underlines links in the articles text
diff --git a/static/css/style.less b/static/css/style.less
index 0f34858..e00ffbb 100644
--- a/static/css/style.less
+++ b/static/css/style.less
@@ -166,6 +166,9 @@
       margin: 0;
       padding: 0;
       line-height: 26px;
+      a {
+        text-decoration: underline;
+      }
     }
 
     div#article_meta {