From cf40ac73adc7b557074e333fe2e71736067c9ec6 Mon Sep 17 00:00:00 2001 From: Simon M Date: Wed, 8 Jan 2020 23:21:36 +0100 Subject: [PATCH] Change index buttons (#105) --- src/.vuepress/styles/index.scss | 8 ++++++++ src/.vuepress/theme/components/Home.vue | 12 ++---------- src/README.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/.vuepress/styles/index.scss b/src/.vuepress/styles/index.scss index aba54151..dab4fb70 100644 --- a/src/.vuepress/styles/index.scss +++ b/src/.vuepress/styles/index.scss @@ -115,3 +115,11 @@ -ms-user-select: none; user-select: none; } + +a.nav-link.action-button.secondary { + margin-top: .5em; + font-family: "Open Sans", Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; + font-size: 1.125em; + border-radius: .3125em; + border-bottom: none; +} diff --git a/src/.vuepress/theme/components/Home.vue b/src/.vuepress/theme/components/Home.vue index b99307e1..c794055d 100644 --- a/src/.vuepress/theme/components/Home.vue +++ b/src/.vuepress/theme/components/Home.vue @@ -17,16 +17,8 @@ class="action" v-if="data.actionText && data.actionLink" > - - - Download {{ tagName || 'vX.X.X' }} - +