From 4fbb9ee0229ef7d8ffc031bc5b84634e4b009c6c Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Fri, 26 Feb 2016 12:04:59 +0800 Subject: [PATCH] Don't show a underline in link text. --- html/css/markdown.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html/css/markdown.css b/html/css/markdown.css index 547c58d3..45171d94 100644 --- a/html/css/markdown.css +++ b/html/css/markdown.css @@ -24,6 +24,7 @@ a { margin: 0; padding: 0; vertical-align: baseline; + text-decoration: none; } a:hover { text-decoration: none;