From 96493e6afe587b246fab99b9efea4011fa83c939 Mon Sep 17 00:00:00 2001 From: Gabriel Cozma Date: Thu, 22 Aug 2024 20:52:18 +0300 Subject: [PATCH] fix: accent color for Aplos text in dark mode --- docs/.vitepress/theme/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }