diff options
| author | Mark Otto <[email protected]> | 2013-11-30 14:53:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-11-30 14:53:54 -0800 |
| commit | 21e2ae94897376ff0303144a703f7eb54be9bf3c (patch) | |
| tree | a95ba1558c0922afc50bd5ae44a7155babf11b15 /less | |
| parent | 82bbccde9bc91543e7b1a4612d4d87c75c737bba (diff) | |
| download | bootstrap-21e2ae94897376ff0303144a703f7eb54be9bf3c.tar.xz bootstrap-21e2ae94897376ff0303144a703f7eb54be9bf3c.zip | |
Fixes #11544: Add color: inherit; to .panel-title to ensure proper text color when customizing @headings-color
Diffstat (limited to 'less')
| -rw-r--r-- | less/panels.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/less/panels.less b/less/panels.less index 549588073..d782ffcde 100644 --- a/less/panels.less +++ b/less/panels.less @@ -110,6 +110,8 @@ margin-top: 0; margin-bottom: 0; font-size: ceil((@font-size-base * 1.125)); + color: inherit; + > a { color: inherit; } |
