|
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 | "fluentsqlitedriver": "hsl(215, 45%, 58%)", |
9 | 9 | "documentation-intro-fill": "radial-gradient(circle at top, var(--color-fluentsqlitedriver) 30%, #000 100%)", |
10 | 10 | "documentation-intro-accent": "var(--color-fluentsqlitedriver)", |
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" } |
|
0 commit comments