1
0
mirror of https://github.com/flarum/core.git synced 2025-08-02 22:47:33 +02:00

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;