[O] Lighten drop shadow
This commit is contained in:
@@ -85,9 +85,9 @@
|
|||||||
|
|
||||||
.unread-entry:first-child
|
.unread-entry:first-child
|
||||||
{
|
{
|
||||||
padding-top: 4px;
|
padding-top: 3px;
|
||||||
|
|
||||||
// Top shadow
|
// Top shadow
|
||||||
// https://stackoverflow.com/questions/17572619/inset-box-shadow-only-on-one-side
|
// https://stackoverflow.com/questions/17572619/inset-box-shadow-only-on-one-side
|
||||||
box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.4);
|
box-shadow: inset 0 7px 9px -7px rgba(0,0,0,0.1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user