Skip to content

Commit ee2e9f5

Browse files
committed
Updated target
1 parent 707aed7 commit ee2e9f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ features:
2929
---
3030

3131
<style>
32-
:root {
32+
#VPContent {
3333
--vp-home-hero-name-color: transparent;
3434
--vp-home-hero-name-background: linear-gradient(120deg, #ff007f 30%, #41d1ff);
3535
--vp-home-hero-image-background-image: linear-gradient(-45deg, #ff007f 50%, #47caff 50%);
@@ -38,13 +38,13 @@ features:
3838
}
3939

4040
@media (min-width: 640px) {
41-
:root {
41+
#VPContent {
4242
--vp-home-hero-image-filter: blur(56px);
4343
}
4444
}
4545

4646
@media (min-width: 960px) {
47-
:root {
47+
#VPContent {
4848
--vp-home-hero-image-filter: blur(68px);
4949
}
5050
}

0 commit comments

Comments
 (0)