Skip to content

Commit c4fef2f

Browse files
authored
Adjust button styling (#109)
1 parent 2adea72 commit c4fef2f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/.vuepress/theme/components/Header.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
display flex
6969
align-items center
7070
71+
button
72+
color $textColor
73+
7174
@media (max-width: $breakS)
7275
.sidebar-open
7376
header

docs/.vuepress/theme/styles/theme.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ body
1818
line-height $lhRegular
1919
color $textColor
2020

21+
button
22+
font-family $defaultFont, -apple-system, "Helvetica Neue", sans-serif
23+
2124
#wrapper
2225
min-height 100vh
2326

0 commit comments

Comments
 (0)