add wrap-guide to atom.css in atom-light-ui

This commit is contained in:
Justin Palmer 2013-02-04 09:35:04 -08:00
parent f307554d79
commit c5cdda4e00

View File

@ -19,4 +19,8 @@ html, body,
.error {
background: #991212 !important;
-webkit-transition: background 300ms ease-out;
}
.wrap-guide {
background: rgba(150, 150, 150, 0.1);
}