Skip to content

Commit

Permalink
add footer shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Feb 17, 2020
1 parent 5a29d13 commit 56cf1a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/css/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ body > header
border-bottom: 1px solid reduce(16)

{% endif %}

{% unless site.sidebar %}

body > footer
box-shadow: 0 0 .6em rgba($dark, 0.04) inset

{% endunless %}

0 comments on commit 56cf1a0

Please sign in to comment.