فهرست منبع

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 {