Skip to content

Commit

Permalink
add border
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnandtonic committed Oct 22, 2023
1 parent 420cba1 commit 9047802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _styl/components/footer.styl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ footer
width: 100%
position: relative
background: #333
border-top: 1px solid black(.2)
color: white
font-family: 'Courier New', Courier, serif
font-size: 18px
Expand Down
1 change: 1 addition & 0 deletions _styl/components/header.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ header
width: 100%
position: relative
background: #333
border-bottom: 1px solid black(.2)
color: white
font-family: 'Courier New', Courier, serif
font-size: 14px
Expand Down

0 comments on commit 9047802

Please sign in to comment.