aboutsummaryrefslogtreecommitdiff
path: root/less/wells.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/wells.less')
-rw-r--r--less/wells.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/wells.less b/less/wells.less
index 865abc2eb..15d072b0c 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 {