X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=amelia%2Fvariables.less;h=5c3a005a09e1d309cb0b220b0cbe14589f9d6a5c;hb=5efce03289c5df4416b6bc2ed814f8858478db29;hp=989c20279e5c68820036a3629750707d096843b1;hpb=1270f08e78f20988b0d8fd9ba8526f0287a5cbe4;p=bootswatch diff --git a/amelia/variables.less b/amelia/variables.less index 989c202..5c3a005 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;