mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
try the "McWumbly shadow" effect v2
This commit is contained in:
parent
7d5b8de1f8
commit
a752cce5e6
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue