From c4fef2f4a34c657c0221a310bdaa91c70f6d3015 Mon Sep 17 00:00:00 2001 From: wtf Date: Wed, 5 Jun 2019 16:38:02 +0000 Subject: [PATCH] Adjust button styling (#109) --- docs/.vuepress/theme/components/Header.vue | 3 +++ docs/.vuepress/theme/styles/theme.styl | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/.vuepress/theme/components/Header.vue b/docs/.vuepress/theme/components/Header.vue index 407232eb371..ea5daf8967a 100644 --- a/docs/.vuepress/theme/components/Header.vue +++ b/docs/.vuepress/theme/components/Header.vue @@ -68,6 +68,9 @@ display flex align-items center + button + color $textColor + @media (max-width: $breakS) .sidebar-open header diff --git a/docs/.vuepress/theme/styles/theme.styl b/docs/.vuepress/theme/styles/theme.styl index 29738e5daff..8eaa807f05b 100644 --- a/docs/.vuepress/theme/styles/theme.styl +++ b/docs/.vuepress/theme/styles/theme.styl @@ -18,6 +18,9 @@ body line-height $lhRegular color $textColor +button + font-family $defaultFont, -apple-system, "Helvetica Neue", sans-serif + #wrapper min-height 100vh