diff options
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/less/variables.less b/less/variables.less index 0d354d16a..48b983456 100644 --- a/less/variables.less +++ b/less/variables.less @@ -369,12 +369,12 @@ // Inverted navbar // Reset inverted navbar basics -@navbar-inverse-color: lighten(@gray-light, 12%); +@navbar-inverse-color: lighten(@gray-light, 15%); @navbar-inverse-bg: #222; @navbar-inverse-border: darken(@navbar-inverse-bg, 10%); // Inverted navbar links -@navbar-inverse-link-color: @gray-light; +@navbar-inverse-link-color: lighten(@gray-light, 15%); @navbar-inverse-link-hover-color: #fff; @navbar-inverse-link-hover-bg: transparent; @navbar-inverse-link-active-color: @navbar-inverse-link-hover-color; @@ -528,7 +528,7 @@ //** Popover arrow width @popover-arrow-width: 10px; //** Popover arrow color -@popover-arrow-color: #fff; +@popover-arrow-color: @popover-bg; //** Popover outer arrow width @popover-arrow-outer-width: (@popover-arrow-width + 1); @@ -841,5 +841,3 @@ @dl-horizontal-offset: @component-offset-horizontal; //** Horizontal line color. @hr-border: @gray-lighter; - - |
