Adjust author__urls
shadow to match navigation box-shadow
This commit is contained in:
parent
1c865313b6
commit
57856cddb7
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@
|
|||
border-radius: $border-radius;
|
||||
background: #fff;
|
||||
z-index: -1;
|
||||
box-shadow: 0 0 10px rgba(#000, 0.25);
|
||||
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
|
||||
cursor: default;
|
||||
|
||||
@include breakpoint($large) {
|
||||
|
|
Loading…
Reference in a new issue