2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Remove @black and just use #000

This commit is contained in:
Mark Otto
2012-12-19 22:02:57 -08:00
parent 65edc9cd6e
commit 7449e2e5a1
5 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -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; }
}