Skip to content

Commit

Permalink
fix footer border
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Buschmann committed Jan 21, 2020
1 parent a1bc3fc commit 9c7b76f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ lang: "en"
sidebar: true # show a sidebar instead of the usual header
dark_header: false # keep the header dark
dark_footer: false # keep the footer dark
show_footer: false # show the "previous" and "next" links at the end of each post
show_excerpts: false # show article excerpts on the home page
show_footer: true # show the "previous" and "next" links at the end of each post
show_excerpts: true # show article excerpts on the home page
hide_title: false # don't show the site title in the header
# style: minimal # use a simpler style inspired by the minima theme

Expand Down
2 changes: 0 additions & 2 deletions assets/css/theme.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,12 @@ body > header
body > footer
background: lighten($dark, 1%)
color: #aaa
border-top: 1px solid rgba($light, 0.05)

{% else %}

body > footer
background: rgba($light, 0.01)
box-shadow: 0 0 .6em rgba($dark, 0.05) inset
border-top: 1px solid reduce(12)
color: reduce(100)

{% endif %}
Expand Down

0 comments on commit 9c7b76f

Please sign in to comment.