try the "McWumbly shadow" effect v2

This commit is contained in:
Jeff Atwood 2015-04-04 13:48:53 -07:00
parent 7d5b8de1f8
commit a752cce5e6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
}
.avatar {
&.latest:not(.single) {
box-shadow: 2px 3px 8px 2px rgba(0,0,0, .3);
box-shadow: 0 0 0 2px desaturate(scale-color($tertiary, $lightness: 30%), 35%);
}
}