Skip to content

Commit 248638b

Browse files
committed
Update of version and colors
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 3bbe519 commit 248638b

3 files changed

Lines changed: 2350 additions & 1416 deletions

File tree

docs/.vitepress/theme/custom.css

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
:root {
2-
--c-brand: #2398c8;
3-
--c-brand-light: #7cd3f6;
4-
}
2+
--vp-c-brand-1: #081c4d;
3+
--vp-c-brand-2: #0b2462;
4+
--vp-c-brand-3: #0e2d77;
5+
--vp-c-brand-soft: rgba(8, 28, 77, 0.14);
6+
}
7+
8+
.dark {
9+
--vp-c-brand-1: #6ba6dc;
10+
--vp-c-brand-2: #82b4e3;
11+
--vp-c-brand-3: #528fc8;
12+
--vp-c-brand-soft: rgba(107, 166, 220, 0.18);
13+
}
14+
15+
.VPHomeHero .image-container {
16+
width: 220px;
17+
height: 220px;
18+
}
19+
20+
.VPHomeHero .image-src {
21+
max-width: 120px;
22+
max-height: 120px;
23+
}
24+
25+
@media (min-width: 640px) {
26+
.VPHomeHero .image-container {
27+
width: 260px;
28+
height: 260px;
29+
}
30+
31+
.VPHomeHero .image-src {
32+
max-width: 120px;
33+
max-height: 120px;
34+
}
35+
}

0 commit comments

Comments
 (0)