mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 04:33:47 +08:00
Make user background color slightly darker
This commit is contained in:
parent
f67c33b447
commit
9a90077c4d
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user