Skip to content

Commit 0d72e72

Browse files
committed
docs: replace hero image with logo and remove glow effect
1 parent 2be24a9 commit 0d72e72

3 files changed

Lines changed: 7 additions & 17 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@
1919
#7c3aed 72%,
2020
#9333ea 100%
2121
);
22-
--vp-home-hero-image-background-image: radial-gradient(
23-
closest-side,
24-
rgba(139, 92, 246, 0.5) 0%,
25-
rgba(251, 191, 36, 0.18) 55%,
26-
transparent 100%
27-
);
28-
--vp-home-hero-image-filter: blur(64px);
22+
--vp-home-hero-image-background-image: none;
23+
--vp-home-hero-image-filter: none;
2924

3025
--vp-button-brand-bg: #7c3aed;
3126
--vp-button-brand-border: #6d28d9;
@@ -82,13 +77,8 @@
8277
#a78bfa 100%
8378
);
8479

85-
--vp-home-hero-image-background-image: radial-gradient(
86-
closest-side,
87-
rgba(168, 85, 247, 0.55) 0%,
88-
rgba(251, 191, 36, 0.15) 60%,
89-
transparent 100%
90-
);
91-
--vp-home-hero-image-filter: blur(72px);
80+
--vp-home-hero-image-background-image: none;
81+
--vp-home-hero-image-filter: none;
9282

9383
--vp-button-brand-bg: #7c3aed;
9484
--vp-button-brand-border: #6d28d9;

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ layout: home
33

44
hero:
55
name: vite-plugin-sri-gen
6-
text: SRI hashes at build time
6+
text: Autogenerate SRI hashes at build time
77
tagline: Autogenerate Subresource Integrity hashes for every script, stylesheet, and module chunk your Vite build emits.
88
image:
9-
src: /bolt.svg
10-
alt: vite-plugin-sri-gen lightning bolt
9+
src: /logo.png
10+
alt: vite-plugin-sri-gen logo
1111
actions:
1212
- theme: brand
1313
text: Get Started

docs/public/logo.png

692 KB
Loading

0 commit comments

Comments
 (0)