Make user background color slightly darker

This commit is contained in:
Toby Zerner 2015-03-24 14:15:09 +10:30
parent f67c33b447
commit 9a90077c4d

View File

@ -6,7 +6,7 @@
} }
} }
.darken-overlay { .darken-overlay {
background: rgba(0, 0, 0, 0.1); background: rgba(0, 0, 0, 0.2);
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;