aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-26 23:42:36 -0700
committerMark Otto <[email protected]>2012-07-26 23:42:36 -0700
commit6474190746fd163375200119b9d2cc7066e05d43 (patch)
tree4324e61d40a9e0cb89090ad5d5661d02851c55fd /less/variables.less
parent79067721b110a60e24637cf3996cb0ffe9350475 (diff)
downloadbootstrap-6474190746fd163375200119b9d2cc7066e05d43.tar.xz
bootstrap-6474190746fd163375200119b9d2cc7066e05d43.zip
increase height of homepage jumbotron, update vars and styles of popovers
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/variables.less b/less/variables.less
index ae5cd5e00..0e3e13f41 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -205,13 +205,14 @@
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;
+@popoverBackground: #fff;
@popoverArrowWidth: 10px;
@popoverArrowColor: #fff;
-@popoverTitleBackground: #f5f5f5;
+@popoverTitleBackground: darken(@popoverBackground, 3%);
// Special enhancement for popovers
@popoverArrowOuterWidth: @popoverArrowWidth + 1;
-@popoverArrowOuterColor: rgba(0,0,0,.2);
+@popoverArrowOuterColor: rgba(0,0,0,.25);