From 764ecef9c5ce72619558120c5d723ed129fe8d9b Mon Sep 17 00:00:00 2001 From: reco_luan Date: Sun, 19 Jul 2020 11:50:34 +0800 Subject: [PATCH] chore(vuepress-theme-reco): style --- packages/vuepress-theme-reco/components/FriendLink.vue | 2 +- packages/vuepress-theme-reco/components/HomeBlog.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vuepress-theme-reco/components/FriendLink.vue b/packages/vuepress-theme-reco/components/FriendLink.vue index 9d730e5..fa9e1d8 100644 --- a/packages/vuepress-theme-reco/components/FriendLink.vue +++ b/packages/vuepress-theme-reco/components/FriendLink.vue @@ -180,7 +180,7 @@ export default { width 1.4rem height 1.2rem border-radius $borderRadius - font-size .1rem + font-size 12px color #ffffff text-align center line-height 1.2rem diff --git a/packages/vuepress-theme-reco/components/HomeBlog.vue b/packages/vuepress-theme-reco/components/HomeBlog.vue index 4b56d91..0e2ccc4 100644 --- a/packages/vuepress-theme-reco/components/HomeBlog.vue +++ b/packages/vuepress-theme-reco/components/HomeBlog.vue @@ -269,7 +269,7 @@ export default { line-height 1.6rem border-radius $borderRadius background #eee - font-size .6rem + font-size 13px color #fff } }