浏览代码

Dara: Make links in content more visible. Fixes #165

Thomas Guillot 7 年之前
父节点
当前提交
153f8249b9
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      dara/style.css

+ 7 - 0
dara/style.css

@@ -129,6 +129,13 @@ a:focus {
 a img {
 	border: 0;
 }
+.entry-content a {
+	text-decoration: underline;
+}
+.entry-content a:hover,
+.entry-content a:focus {
+	text-decoration: none;
+}
 
 
 html {