From 65f0d977ebfa644e60daf16f4cfbe2f906d83b6f Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 15 Sep 2024 08:51:31 -0700 Subject: [PATCH] style(copyright component): add border-width property by setting to 1px for the card box of copyright section at afterdoc slot of vitepress & add border color to default vitepress callout border color border-color `var(--vp-c-green-2)` green colour --- docs/.vitepress/theme/components/Copyright.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vitepress/theme/components/Copyright.vue b/docs/.vitepress/theme/components/Copyright.vue index df8d67fe..761b34a7 100644 --- a/docs/.vitepress/theme/components/Copyright.vue +++ b/docs/.vitepress/theme/components/Copyright.vue @@ -101,6 +101,7 @@ const homepageLink = `https://www.toshiki.dev` border-color: var(--vp-custom-block-tip-border); border-style: solid; border-width: 1px; + border-color: var(--vp-c-green-2); background-color: var(--vp-custom-block-tip-bg); border-radius: 6px; color: var(--vp-c-text-2);