From 6d8d0544cee5b4d87b5313a76a0703a83d358f73 Mon Sep 17 00:00:00 2001 From: hmol233 <82594500+hmol233@users.noreply.github.com> Date: Sat, 29 May 2021 08:34:05 +0800 Subject: [PATCH] Tweak theme --- docs/.vuepress/styles/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 749fb5052..a8cc6bbff 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -1,6 +1,7 @@ :root { --c-brand: #407ce8; --c-brand-light: #2e73ea; + --c-bg-light: rgba(95, 101, 106, 0.1); --x-nav-text-hover: #0a51bd; } @@ -13,7 +14,7 @@ html.dark { --c-warning-text-accent: var(--c-text-accent); --c-danger-title: #b40505; - --c-danger-bg: rgba(72, 56, 57, 0.3); + --c-danger-bg: rgba(72, 56, 57, 0.4); --c-danger-text: #c0bebe; --c-bg-light: rgba(255, 255, 255, 0.1);