Skip to content

Commit

Permalink
docs: styled homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Feb 4, 2023
1 parent 1f34a7c commit e213d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
--vp-c-brand-dimm: #363636;

--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, hsl(35, 78%, 53%), hsl(55, 78%, 53%));
--vp-home-hero-image-background-image: -webkit-linear-gradient(50deg, hsl(35, 78%, 53%), hsl(55, 78%, 53%));
--vp-home-hero-image-filter: blur(60px);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, hsl(15, 78%, 53%), hsl(55, 78%, 53%));
--vp-home-hero-image-background-image: -webkit-linear-gradient(45deg, hsl(0, 78%, 53%), hsl(70, 78%, 53%));
--vp-home-hero-image-filter: blur(72px);
}

0 comments on commit e213d4c

Please sign in to comment.