Inherit color in bold links.
authorDato Simó <dato@net.com.org.es>
Wed, 14 May 2014 23:38:25 +0000 (00:38 +0100)
committerDato Simó <dato@net.com.org.es>
Wed, 14 May 2014 23:38:25 +0000 (00:38 +0100)
public/css/poole.css

index 814218995cbacb932b6f79404a2114e8c8470d6d..8ec27e7a8441866eca968039d5b6869c0aa87a0d 100644 (file)
@@ -70,6 +70,9 @@ a {
   color: #268bd2;
   text-decoration: none;
 }
+a strong {
+  color: inherit;
+}
 /* `:focus` is linked to `:hover` for basic accessibility */
 a:hover,
 a:focus {