From 53accc1157b51e010348ad373a15f30dfad78c8a Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Tue, 14 Nov 2023 22:03:50 +0100 Subject: [PATCH] Update vuepress theme config --- docs/src/.vuepress/config.ts | 2 +- docs/src/.vuepress/styles/index.scss | 4 ++++ docs/src/.vuepress/styles/index.styl | 9 --------- docs/src/.vuepress/styles/palette.styl | 10 ---------- 4 files changed, 5 insertions(+), 20 deletions(-) create mode 100755 docs/src/.vuepress/styles/index.scss delete mode 100755 docs/src/.vuepress/styles/index.styl delete mode 100755 docs/src/.vuepress/styles/palette.styl diff --git a/docs/src/.vuepress/config.ts b/docs/src/.vuepress/config.ts index 98a52aa0..8b5058d3 100755 --- a/docs/src/.vuepress/config.ts +++ b/docs/src/.vuepress/config.ts @@ -9,7 +9,7 @@ export default defineUserConfig({ title: 'FacilMap', description: description, head: [ - ['meta', { name: 'theme-color', content: '#3eaf7c' }], + ['meta', { name: 'theme-color', content: '#3eaf7c' }], // TODO: Update ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }], ['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }] ], diff --git a/docs/src/.vuepress/styles/index.scss b/docs/src/.vuepress/styles/index.scss new file mode 100755 index 00000000..2ac549f7 --- /dev/null +++ b/docs/src/.vuepress/styles/index.scss @@ -0,0 +1,4 @@ +// :root { +// --c-brand: hsl(184, 100%, 30%); +// --c-brand-light: hsl(184, 100%, 36%); +// } \ No newline at end of file diff --git a/docs/src/.vuepress/styles/index.styl b/docs/src/.vuepress/styles/index.styl deleted file mode 100755 index 17b4a30d..00000000 --- a/docs/src/.vuepress/styles/index.styl +++ /dev/null @@ -1,9 +0,0 @@ -.home .hero .action-button.secondary { - color: inherit; - background-color: #e8e8e8; - border-bottom-color: #dedede; - - &:hover { - background-color: #f3f5f7; - } -} \ No newline at end of file diff --git a/docs/src/.vuepress/styles/palette.styl b/docs/src/.vuepress/styles/palette.styl deleted file mode 100755 index 6490cb35..00000000 --- a/docs/src/.vuepress/styles/palette.styl +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Custom palette here. - * - * ref:https://v1.vuepress.vuejs.org/zh/config/#palette-styl - */ - -$accentColor = #3eaf7c -$textColor = #2c3e50 -$borderColor = #eaecef -$codeBgColor = #282c34