Skip to content

Commit

Permalink
feat: add hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Oct 27, 2024
1 parent ab826d3 commit 4e19ac0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
--vp-c-brand-1: #cf8040;
--vp-c-brand-2: #a06433;
--vp-button-brand-bg: #cf8040;
--vp-home-hero-image-background-image: linear-gradient(
-45deg,
#d1841f60 30%,
#edcb3260
);
--vp-home-hero-image-filter: blur(30px);
}
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ hero:
text: 'A Utilities Library'
tagline: A utilities library for front-end developers, lightweight and ts-friendly
logo: /logo.svg
image:
src: /logo.svg
actions:
- theme: brand
text: Get Started
Expand Down

0 comments on commit 4e19ac0

Please sign in to comment.