Explorar o código

Inherit color in bold links.

Dato Simó %!s(int64=11) %!d(string=hai) anos
pai
achega
1b184435fa
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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 {