diff options
Diffstat (limited to 'amelia/variables.less')
-rwxr-xr-x | amelia/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amelia/variables.less b/amelia/variables.less index cf089641..7da1c196 100755 --- a/amelia/variables.less +++ b/amelia/variables.less @@ -13,7 +13,7 @@ // ------------------------- @black: #000; @grayDarker: #111; -@grayDark: #333; +@grayDark: #444; @gray: #555; @grayLight: #aaa; @grayLighter: #ddd; @@ -235,7 +235,7 @@ @popoverBackground: #fff; @popoverArrowWidth: 10px; @popoverArrowColor: #fff; -@popoverTitleBackground: darken(@popoverBackground, 3%); +@popoverTitleBackground: @navbarBackground; // Special enhancement for popovers @popoverArrowOuterWidth: @popoverArrowWidth + 1; |