diff --git a/docs/.vuepress/theme/components/DocSetPanel.vue b/docs/.vuepress/theme/components/DocSetPanel.vue index 643cdb0d5..b8f88962b 100644 --- a/docs/.vuepress/theme/components/DocSetPanel.vue +++ b/docs/.vuepress/theme/components/DocSetPanel.vue @@ -102,7 +102,8 @@ } &.active { - @apply text-blue text-lg; + @apply text-lg; + color: var(--sidebar-active-link-color); .home-icon { @apply inline-block; @@ -116,7 +117,8 @@ } .home-title { - @apply relative pl-0 text-blue; + @apply relative pl-0; + color: var(--sidebar-active-link-color); left: -2px; } } diff --git a/docs/.vuepress/theme/components/Page.vue b/docs/.vuepress/theme/components/Page.vue index 42e23e129..877962cc8 100644 --- a/docs/.vuepress/theme/components/Page.vue +++ b/docs/.vuepress/theme/components/Page.vue @@ -2,7 +2,7 @@
- + diff --git a/docs/.vuepress/theme/layouts/Layout.vue b/docs/.vuepress/theme/layouts/Layout.vue index 587d4140e..fa0bbea43 100644 --- a/docs/.vuepress/theme/layouts/Layout.vue +++ b/docs/.vuepress/theme/layouts/Layout.vue @@ -5,6 +5,12 @@ @touchstart="onTouchStart" @touchend="onTouchEnd" > + +