From 65396153cbf62752ef30b6301de4bbe6368b6204 Mon Sep 17 00:00:00 2001 From: "joshcs.eth" <46639943+jcstein@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:49:03 -0400 Subject: [PATCH] style: test blue (#352) --- .vitepress/theme/style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.vitepress/theme/style.css b/.vitepress/theme/style.css index b333a2928..be2274c99 100644 --- a/.vitepress/theme/style.css +++ b/.vitepress/theme/style.css @@ -8,12 +8,12 @@ * -------------------------------------------------------------------------- */ :root { - --vp-c-brand: #00B590; - --vp-c-brand-light: #2DC6A5; - --vp-c-brand-lighter: #59DEBB; - --vp-c-brand-lightest: #88F3D3; - --vp-c-brand-dark: #009A7E; - --vp-c-brand-darker: #00866B; + --vp-c-brand: #0c92f2; + --vp-c-brand-light: #49adf5; + --vp-c-brand-lighter: #85c8f8; + --vp-c-brand-lightest: #c2e3fb; + --vp-c-brand-dark: #096db5; + --vp-c-brand-darker: #064979; --vp-c-brand-dimm: rgba(0, 181, 144, 0.08); } @@ -41,13 +41,13 @@ --vp-home-hero-name-color: transparent; --vp-home-hero-name-background: -webkit-linear-gradient( 120deg, - #00C7A0 30%, + #096db5 30%, #3FA9F5 ); --vp-home-hero-image-background-image: linear-gradient( -45deg, - #00C7A0 50%, + #096db5 50%, #3FA9F5 50% ); --vp-home-hero-image-filter: blur(40px);