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 3c6784e commit 26a7d8dCopy full SHA for 26a7d8d
.vitepress/theme/custom.css
@@ -1,8 +1,25 @@
1
/* .vitepress/theme/custom.css */
2
:root {
3
- --vp-c-brand-1: #009485;
4
- --vp-c-brand-2: #01786c;
5
- --vp-home-hero-name-color: #009485;
6
- --vp-c-indigo-3: #009485e4;
+ --vp-c-brand-1: #4766a9;
+ --vp-c-brand-2: #577fd6;
+ --vp-home-hero-name-color: #4766a9;
+ --vp-c-indigo-3: #4766a9;
7
/* --vp-home-hero-name-background: -webkit-linear-gradient(135deg, #bd34fe, #009485); */
8
-}
+}
9
+
10
+.VPHero .VPImage {
11
+ filter: drop-shadow(-2px 4px 6px rgba(0, 0, 0, 0.2));
12
+ padding: 18px;
13
14
15
+@media (min-width: 640px) {
16
+ :root {
17
+ --vp-home-hero-image-filter: blur(56px);
18
+ }
19
20
21
+@media (min-width: 960px) {
22
23
+ --vp-home-hero-image-filter: blur(68px);
24
25
0 commit comments