From f72fdfd705317a42eaeeffe3c7f30722dfd5bf7a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 10 Sep 2016 18:23:44 +1000 Subject: [PATCH] Prevent inline event logo links from inheriting link color --- assets/css/sportspress.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index 78d50028..c2e7840a 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -216,6 +216,7 @@ /* Event Logos */ .sp-event-logos a { text-decoration: none; + color: inherit; } .sp-event-logos img {