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 7dff876 commit 03acd57Copy full SHA for 03acd57
docs/.vitepress/theme/custom.css
@@ -41,6 +41,10 @@
41
--vp-button-brand-hover-text: #0F172A;
42
--vp-button-brand-active-text: #0F172A;
43
--vp-button-brand-hover-bg: #03C169;
44
+
45
+ /* Hero Background Image */
46
+ --vp-home-hero-image-background-image: linear-gradient(-45deg, #00dc807b 40%, #00dc801a 50%);
47
+ --vp-home-hero-image-filter: blur(44px);
48
}
49
50
/* Leaflet specific style */
0 commit comments