We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f231cef commit c7dcf19Copy full SHA for c7dcf19
docs/.vitepress/theme/styles/main.css
@@ -1,4 +1,19 @@
1
/* Hero Image Shadow */
2
+.VPHero {
3
+ position: relative;
4
+}
5
+
6
+.VPHero::before {
7
+ content: "";
8
+ position: absolute;
9
+ inset: 0;
10
+ z-index: -1;
11
+ background-image: radial-gradient(var(--vp-c-brand-soft) 1px, transparent 1px);
12
+ background-size: 20px 20px;
13
+ mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
14
+ -webkit-mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
15
16
17
.VPHero .image-src {
18
filter: drop-shadow(0 0 80px color-mix(in srgb, var(--vp-c-brand-1) 60%, transparent));
19
max-height: 250px;
0 commit comments