summaryrefslogtreecommitdiff
path: root/paper/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2016-08-06 15:09:32 -0400
committerThomas Park <thomas@thomaspark.co>2016-08-06 15:09:32 -0400
commit8938f08b05c9df8aa1528cd24741dc6ac812667d (patch)
tree814ea74606f30599201abafda36ba14c9637e85e /paper/variables.less
parent9eaa6705070176b6e81fa852deb4e2242aca1bd8 (diff)
paper: darken well and jumbotron backgrounds, popover arrow, closes #585
Diffstat (limited to 'paper/variables.less')
-rw-r--r--paper/variables.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/paper/variables.less b/paper/variables.less
index ad2b9202..9f535687 100644
--- a/paper/variables.less
+++ b/paper/variables.less
@@ -486,7 +486,7 @@
@jumbotron-padding: 30px;
@jumbotron-color: inherit;
-@jumbotron-bg: #f9f9f9;
+@jumbotron-bg: #f5f5f5;
@jumbotron-heading-color: @headings-color;
@jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));
@@ -555,7 +555,7 @@
//** Popover outer arrow width
@popover-arrow-outer-width: (@popover-arrow-width + 1);
//** Popover outer arrow color
-@popover-arrow-outer-color: fadein(@popover-border-color, 7.5%);
+@popover-arrow-outer-color: fadein(@popover-border-color, 12%);
//** Popover outer arrow fallback color
@popover-arrow-outer-fallback-color: darken(@popover-fallback-border-color, 20%);
@@ -760,7 +760,7 @@
//
//##
-@well-bg: #f9f9f9;
+@well-bg: #f5f5f5;
@well-border: transparent;