Skip to content

Commit

Permalink
style: test blue (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Apr 25, 2024
1 parent e80af03 commit 6539615
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6539615

Please sign in to comment.