diff options
Diffstat (limited to 'slate/variables.less')
-rw-r--r-- | slate/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slate/variables.less b/slate/variables.less index 49515787..b5d497e5 100644 --- a/slate/variables.less +++ b/slate/variables.less @@ -637,7 +637,7 @@ //## //** Background color on `.list-group-item` -@list-group-bg: transparent; +@list-group-bg: lighten(@body-bg, 5%); //** `.list-group-item` border color @list-group-border: rgba(0, 0, 0, 0.6); //** List group border radius |