From 38229f5f1e9472e36fcc807a2ba9dd53e766c239 Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Wed, 16 Aug 2023 23:49:11 +0800 Subject: [PATCH] Update custom.css --- .../.vitepress/theme/style/custom.css | 28 ++----------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/rustedwarfareapicode/.vitepress/theme/style/custom.css b/rustedwarfareapicode/.vitepress/theme/style/custom.css index 1d2208b..438414d 100644 --- a/rustedwarfareapicode/.vitepress/theme/style/custom.css +++ b/rustedwarfareapicode/.vitepress/theme/style/custom.css @@ -1,26 +1,4 @@ /* 重写样式表 */ - -.VPHome[data-v-8094d941] { - padding-bottom: 26px; -} - -.text[data-v-463de855] { - max-width: 392px; - letter-spacing: -0.4px; - line-height: 40px; - font-size:22px; - color:#10b981; - font-weight: 700; - white-space: pre-wrap; -} - -.link[data-v-980a75a4] { - display: inline-block; - border: 1px solid #10b981; - border-radius: 16px; - padding: 3px 16px; - font-size: 14px; - font-weight: 500; - color:#10b981; - transition: border-color .25s,color .25s; -} \ No newline at end of file +:root { + --vp-home-hero-name-color: #10b981; + } \ No newline at end of file