From 08f6fa1e25615521ba88149051fa9cfdf6ce4274 Mon Sep 17 00:00:00 2001 From: Zechariah Date: Wed, 30 Mar 2022 23:10:38 +0800 Subject: [PATCH] Changed theme colors --- docs/.vuepress/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index 4d4e641..439a5eb 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -1,3 +1,5 @@ :root { scroll-behavior: smooth; + --c-brand: #e6404b !important; + --c-brand-light: #f03441 !important; }