From 826bf0442065d605f5449c311fc92c779c7450bc Mon Sep 17 00:00:00 2001 From: reco_luan Date: Sun, 5 Jul 2020 23:51:14 +0800 Subject: [PATCH] fix(vuepress-theme-reco): fix dark mode & mobile page style error --- example/.vuepress/config.js | 1 - packages/vuepress-theme-reco/components/Page.vue | 3 ++- packages/vuepress-theme-reco/components/PersonalInfo.vue | 7 ++++--- packages/vuepress-theme-reco/components/Sidebar.vue | 2 ++ packages/vuepress-theme-reco/components/SidebarGroup.vue | 1 + packages/vuepress-theme-reco/components/SidebarLink.vue | 3 ++- 6 files changed, 11 insertions(+), 6 deletions(-) diff --git a/example/.vuepress/config.js b/example/.vuepress/config.js index c87f75a..c19a1e1 100644 --- a/example/.vuepress/config.js +++ b/example/.vuepress/config.js @@ -95,6 +95,5 @@ module.exports = { * 'tomorrow' * 'twilight' */ - codeTheme: 'tomorrow' } } diff --git a/packages/vuepress-theme-reco/components/Page.vue b/packages/vuepress-theme-reco/components/Page.vue index 67be299..e343a7b 100644 --- a/packages/vuepress-theme-reco/components/Page.vue +++ b/packages/vuepress-theme-reco/components/Page.vue @@ -1,5 +1,5 @@