diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/list-group.less | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/less/list-group.less b/less/list-group.less index 23ddb0d47..d37027d50 100644 --- a/less/list-group.less +++ b/less/list-group.less @@ -72,10 +72,12 @@ a.list-group-item.active { border-color: @list-group-active-border; // Force color to inherit for custom content - .list-group-item-heading, - .list-group-item-text { + .list-group-item-heading { color: inherit; } + .list-group-item-text { + color: lighten(@list-group-active-bg, 40%); + } } // Chevrons and badges within list items |
