diff --git a/docs/.vitepress/theme/custom.scss b/docs/.vitepress/theme/custom.scss index e22cbe5..dd2f8c2 100644 --- a/docs/.vitepress/theme/custom.scss +++ b/docs/.vitepress/theme/custom.scss @@ -13,7 +13,7 @@ font-size: 2.5rem; @media (prefers-color-scheme: dark) { - background: linear-gradient(95deg, #ff686b 32.27%, #ffadaf 68.51%); + background: linear-gradient(95deg, #55b458 32.27%, #a7ffaa 68.51%); background-clip: text; -webkit-text-fill-color: transparent; }