From 7449e2e5a18d3f5d3c0ef76b0960f70b77fb47e8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 19 Dec 2012 22:02:57 -0800 Subject: Remove @black and just use #000 --- less/modals.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'less/modals.less') diff --git a/less/modals.less b/less/modals.less index 584346e94..8da32dea9 100644 --- a/less/modals.less +++ b/less/modals.less @@ -10,7 +10,7 @@ bottom: 0; left: 0; z-index: @zindex-modal-background; - background-color: @black; + background-color: #000; // Fade for backdrop &.fade { opacity: 0; } } -- cgit v1.2.3