diff --git a/docs/.vuepress/theme/components/PreHeading.vue b/docs/.vuepress/theme/components/PreHeading.vue index 676db1876..d0f5e8101 100644 --- a/docs/.vuepress/theme/components/PreHeading.vue +++ b/docs/.vuepress/theme/components/PreHeading.vue @@ -11,8 +11,7 @@ .theme-default-content { .pre-heading-title { @apply my-0 py-0 px-2 relative inline-block leading-normal uppercase rounded text-xs border tracking-wider; - color: #a0aec0; - border-color: var(--border-color); + border-color: currentColor; } } diff --git a/docs/.vuepress/theme/styles/color-mode.pcss b/docs/.vuepress/theme/styles/color-mode.pcss index cf220294f..9d1d85349 100644 --- a/docs/.vuepress/theme/styles/color-mode.pcss +++ b/docs/.vuepress/theme/styles/color-mode.pcss @@ -163,10 +163,6 @@ ); } - .pre-heading-title { - @apply text-slate; - } - .custom-block { div[class*="language-"] { background-color: rgba(0, 0, 0, 0.4);