Browse Source

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

Thomas Guillot 7 years ago
parent
commit
153f8249b9
1 changed files with 7 additions and 0 deletions
  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 {