summaryrefslogtreecommitdiff
path: root/amelia/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'amelia/variables.less')
-rw-r--r--amelia/variables.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/amelia/variables.less b/amelia/variables.less
index 989c2027..5c3a005a 100644
--- a/amelia/variables.less
+++ b/amelia/variables.less
@@ -419,12 +419,12 @@
@modal-title-padding: 15px;
@modal-title-line-height: @line-height-base;
-@modal-content-bg: #fff;
+@modal-content-bg: lighten(@body-bg, 5%);
@modal-content-border-color: rgba(0,0,0,.2);
@modal-content-fallback-border-color: #999;
@modal-backdrop-bg: #000;
-@modal-header-border-color: #e5e5e5;
+@modal-header-border-color: darken(@body-bg, 5%);
@modal-footer-border-color: @modal-header-border-color;
@@ -590,7 +590,7 @@
// -------------------------
// Hr border color
-@hr-border: @gray-lighter;
+@hr-border: darken(@body-bg, 5%);
// Horizontal forms & lists
@component-offset-horizontal: 180px;