diff --git a/customize.html b/customize.html
index 53ed8d710f..23616fa205 100644
--- a/customize.html
+++ b/customize.html
@@ -1147,6 +1147,8 @@ base_url: "../"
Wells
+
+
Accordion
diff --git a/less/variables.less b/less/variables.less
index 15db9538ac..7d5f278358 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -555,6 +555,7 @@
// Wells
// -------------------------
@well-bg: #f5f5f5;
+@well-border: darken(@well-bg, 7%);
// Badges
diff --git a/less/wells.less b/less/wells.less
index 865abc2eb6..15d072b0cd 100644
--- a/less/wells.less
+++ b/less/wells.less
@@ -9,7 +9,7 @@
padding: 19px;
margin-bottom: 20px;
background-color: @well-bg;
- border: 1px solid darken(@well-bg, 7%);
+ border: 1px solid @well-border;
border-radius: @border-radius-base;
.box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
blockquote {