diff options
Diffstat (limited to 'superhero/variables.less')
-rw-r--r-- | superhero/variables.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/superhero/variables.less b/superhero/variables.less index 58608f01..ff8d249e 100644 --- a/superhero/variables.less +++ b/superhero/variables.less @@ -854,4 +854,4 @@ //** Width of horizontal description list titles @dl-horizontal-offset: @component-offset-horizontal; //** Horizontal line color. -@hr-border: @gray-light; +@hr-border: lighten(@gray-light, 5%); |