~xdavidwu/xdavidwu.link

dc82fdd60dd8b2939c09117701a81f692ba681b6 — Michael Rose 7 years ago cc0cdd9
Adjust `author__urls` shadow to match navigation `box-shadow`
1 files changed, 1 insertions(+), 1 deletions(-)

M _sass/_sidebar.scss
M _sass/_sidebar.scss => _sass/_sidebar.scss +1 -1
@@ 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) {