Skip to content

Commit 26a7d8d

Browse files
committed
Update custom.css
1 parent 3c6784e commit 26a7d8d

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

.vitepress/theme/custom.css

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
/* .vitepress/theme/custom.css */
22
: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;
3+
--vp-c-brand-1: #4766a9;
4+
--vp-c-brand-2: #577fd6;
5+
--vp-home-hero-name-color: #4766a9;
6+
--vp-c-indigo-3: #4766a9;
77
/* --vp-home-hero-name-background: -webkit-linear-gradient(135deg, #bd34fe, #009485); */
8-
}
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+
:root {
23+
--vp-home-hero-image-filter: blur(68px);
24+
}
25+
}

0 commit comments

Comments
 (0)