瀏覽代碼

Merge pull request #24 from dato/strong_inherits_in_links

Inherit color in bold links
Mark Otto 11 年之前
父節點
當前提交
9a3311ef92
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      public/css/poole.css

+ 3 - 0
public/css/poole.css

@@ -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 {