summaryrefslogtreecommitdiff
path: root/slate/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
committerThomas Park <thomas@thomaspark.me>2013-08-21 00:40:13 -0400
commit35d339d2b6f6bfce108f017e5f0f26d1a416a52f (patch)
tree208cc444d2991b1c6a1393b556912188f1bf288e /slate/variables.less
parentd25d37afe7f490fa75191bc3ccfe4968e76e6dd4 (diff)
styles popovers, fixes #126
Diffstat (limited to 'slate/variables.less')
-rw-r--r--slate/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/slate/variables.less b/slate/variables.less
index 5ce5de86..761f5476 100644
--- a/slate/variables.less
+++ b/slate/variables.less
@@ -391,15 +391,15 @@
// Popovers
// -------------------------
-@popover-bg: #fff;
+@popover-bg: lighten(@body-bg, 3%);
@popover-max-width: 276px;
@popover-border-color: rgba(0,0,0,.2);
-@popover-fallback-border-color: #ccc;
+@popover-fallback-border-color: #999;
-@popover-title-bg: darken(@popover-bg, 3%);
+@popover-title-bg: @popover-bg;
@popover-arrow-width: 10px;
-@popover-arrow-color: #fff;
+@popover-arrow-color: @popover-bg;
@popover-arrow-outer-width: (@popover-arrow-width + 1);
@popover-arrow-outer-color: rgba(0,0,0,.25);