소스 검색

Inherit color in bold links.

Dato Simó 11 년 전
부모
커밋
1b184435fa
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 {