tone down wrap guide in atom-dark

This commit is contained in:
Justin Palmer
2013-02-01 13:45:39 -08:00
parent edc982484b
commit 85ee0367ea
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
.wrap-guide {
background: rgba(150, 150, 150, .30);
background: rgba(150, 150, 150, 0.1);
}

View File

@@ -1,3 +1,3 @@
.wrap-guide {
background: rgba(150, 150, 150, .30);
background: rgba(150, 150, 150, 0.3);
}