|
1 | 1 | { |
2 | 2 | "theme": { |
3 | | - "aside": { "border-radius": "16px", "border-style": "double", "border-width": "3px" }, |
| 3 | + "aside": { "border-radius": "16px", "border-width": "3px", "border-style": "double" }, |
4 | 4 | "border-radius": "0", |
5 | 5 | "button": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" }, |
6 | 6 | "code": { "border-radius": "16px", "border-width": "1px", "border-style": "solid" }, |
7 | 7 | "color": { |
8 | 8 | "leaf": { "dark": "hsl(136, 43%, 53%)", "light": "hsl(136, 33%, 48%)" }, |
9 | 9 | "documentation-intro-fill": "radial-gradient(circle at top, var(--color-leaf) 30%, #000 100%)", |
10 | 10 | "documentation-intro-accent": "var(--color-leaf)", |
11 | | - "documentation-intro-eyebrow": "white", |
| 11 | + "hero-eyebrow": "white", |
12 | 12 | "documentation-intro-figure": "white", |
13 | | - "documentation-intro-title": "white", |
| 13 | + "hero-title": "white", |
14 | 14 | "logo-base": { "dark": "#fff", "light": "#000" }, |
15 | 15 | "logo-shape": { "dark": "#000", "light": "#fff" }, |
16 | 16 | "fill": { "dark": "#000", "light": "#fff" } |
17 | 17 | }, |
18 | | - "icons": { "technology": "/leafkit/images/vapor-leafkit-logo.svg" } |
| 18 | + "icons": { "technology": "/leafkit/images/LeafKit/vapor-leafkit-logo.svg" } |
19 | 19 | }, |
20 | 20 | "features": { |
21 | 21 | "quickNavigation": { "enable": true }, |
|
0 commit comments