From a2823d0f5efa3bf8c831de65a13d240e295493e2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Aug 2013 23:44:02 -0700 Subject: Fixes #9061: Panel titles should inherit color when linked --- less/panels.less | 3 +++ 1 file changed, 3 insertions(+) (limited to 'less') diff --git a/less/panels.less b/less/panels.less index 715ae1873..87a786524 100644 --- a/less/panels.less +++ b/less/panels.less @@ -47,6 +47,9 @@ margin-bottom: 0; font-size: (@font-size-base * 1.25); font-weight: 500; + > a { + color: inherit; + } } // Optional footer (stays gray in every modifier class) -- cgit v1.2.3