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 /dist/css/bootstrap.css | |
| 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 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index a23a1ce22..78f0cbe23 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -5664,6 +5664,7 @@ a.list-group-item.active:focus .list-group-item-text { margin-top: 0; margin-bottom: 0; font-size: 16px; + color: inherit; } .panel-title > a { |
