Skip to content

Commit

Permalink
Adjust button styling (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtf authored Jun 5, 2019
1 parent 2adea72 commit c4fef2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vuepress/theme/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
display flex
align-items center
button
color $textColor
@media (max-width: $breakS)
.sidebar-open
header
Expand Down
3 changes: 3 additions & 0 deletions docs/.vuepress/theme/styles/theme.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ body
line-height $lhRegular
color $textColor

button
font-family $defaultFont, -apple-system, "Helvetica Neue", sans-serif

#wrapper
min-height 100vh

Expand Down

0 comments on commit c4fef2f

Please sign in to comment.