Skip to content

Commit 249e4a9

Browse files
committed
Merge branch 'beta'
2 parents 8d1beec + 60295d4 commit 249e4a9

2 files changed

Lines changed: 187 additions & 76 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,30 @@
77
--vp-c-brand-soft: rgba(79, 195, 247, 0.14);
88

99
--vp-home-hero-name-color: transparent;
10-
--vp-home-hero-name-background: linear-gradient(135deg, #D4A574 30%, #7DF9FF);
10+
--vp-home-hero-name-background: linear-gradient(135deg, #D4A574 10%, #4FC3F7);
1111

12-
--vp-home-hero-image-background-image: linear-gradient(135deg, rgba(164, 114, 74, 0.3) 30%, rgba(79, 195, 247, 0.3));
13-
--vp-home-hero-image-filter: blur(56px);
12+
--vp-home-hero-image-background-image: linear-gradient(135deg, rgba(212, 165, 116, 0.4) 30%, rgba(79, 195, 247, 0.4));
13+
--vp-home-hero-image-filter: blur(64px);
1414
}
1515

1616
.dark {
1717
--vp-c-brand-1: #7DF9FF;
1818
--vp-c-brand-2: #4FC3F7;
1919
--vp-c-brand-3: #29B6F6;
20-
--vp-c-brand-soft: rgba(125, 249, 255, 0.14);
20+
--vp-c-brand-soft: rgba(125, 249, 255, 0.15);
2121

22-
--vp-home-hero-name-background: linear-gradient(135deg, #D4A574 30%, #7DF9FF);
22+
--vp-home-hero-name-background: linear-gradient(135deg, #D4A574 10%, #7DF9FF);
2323

24-
--vp-home-hero-image-background-image: linear-gradient(135deg, rgba(164, 114, 74, 0.4) 30%, rgba(125, 249, 255, 0.4));
24+
--vp-home-hero-image-background-image: linear-gradient(135deg, rgba(212, 165, 116, 0.5) 30%, rgba(125, 249, 255, 0.4));
25+
}
26+
27+
/* Subtle tech grid in dark mode */
28+
html.dark body {
29+
background-image:
30+
linear-gradient(rgba(125, 249, 255, 0.03) 1px, transparent 1px),
31+
linear-gradient(90deg, rgba(125, 249, 255, 0.03) 1px, transparent 1px);
32+
background-size: 32px 32px;
33+
background-position: center top;
2534
}
2635

2736
/* Hero image sizing — show only the golem head icon */

0 commit comments

Comments
 (0)