Lighten wrap-guide color

This commit is contained in:
Kevin Sawicki
2012-12-29 10:31:25 -08:00
parent 57d106ff2f
commit 384db4209e

View File

@@ -1,8 +1,8 @@
.wrap-guide {
height: 100%;
width: 1px;
background: rgba(150, 150, 150, .33);
background: rgba(150, 150, 150, .30);
z-index: 100;
position: absolute;
top: 0px;
}
}