From 1b184435fae3237038bf84c2b8771fbdfd26a608 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dato=20Sim=C3=B3?= Date: Thu, 15 May 2014 00:38:25 +0100 Subject: [PATCH] Inherit color in bold links. --- public/css/poole.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/poole.css b/public/css/poole.css index 8142189..8ec27e7 100644 --- a/public/css/poole.css +++ b/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 { -- 2.30.2