We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3818d46 commit b0bfb08Copy full SHA for b0bfb08
docs/.vitepress/theme/custom.css
@@ -31,7 +31,13 @@
31
--vp-home-hero-image-filter: blur(72px);
32
}
33
34
-/* Hero name gradient */
+/* Hero name gradient - no transition */
35
+.VPHero .name,
36
+.VPHero .text,
37
+.VPHero .tagline {
38
+ transition: none;
39
+}
40
+
41
.VPHero .name {
42
background: linear-gradient(135deg, #7c3aed 0%, #f97316 100%);
43
-webkit-background-clip: text;
0 commit comments