Merge pull request #24 from dato/strong_inherits_in_links
authorMark Otto <markdotto@gmail.com>
Wed, 21 May 2014 01:19:37 +0000 (18:19 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 21 May 2014 01:19:37 +0000 (18:19 -0700)
Inherit color in bold links

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 {