Skip to content

Commit

Permalink
chore: doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan committed Mar 11, 2024
1 parent a93da41 commit 64aaff0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ features:
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #fd9620 26%, #ab7c44);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #fd9620 26%, #ab7c44);
--vp-home-hero-image-background-image: linear-gradient(30deg, #fa9943, #eeecec);
--vp-home-hero-image-filter: blur(44px);
}

Expand Down
3 changes: 2 additions & 1 deletion docs/zh-hans/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ features:
<style>
:root {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #fd9620 26%, #ab7c44);
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #fd9620 26%, #ab7c44);
--vp-home-hero-image-background-image: linear-gradient(30deg, #fa9943, #eeecec);
--vp-home-hero-image-filter: blur(44px);
}

Expand Down

0 comments on commit 64aaff0

Please sign in to comment.