Skip to content

Commit 8a1c0e6

Browse files
authored
Fixup docs theme settings
1 parent 3779ced commit 8a1c0e6

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Sources/SQLKit/Docs.docc/theme-settings.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
"light": "radial-gradient(circle at top, var(--color-sqlkit) 0%, #f0f0f0 100%)"
1515
},
1616
"documentation-intro-accent": "var(--color-sqlkit)",
17-
"logo-base": { "dark": "#fff", "light": "#000" },
18-
"logo-shape": { "dark": "#000", "light": "#fff" },
19-
"fill": { "dark": "#000", "light": "#fff" }
17+
"hero-eyebrow": { "dark": "#fff", "light": "#000" },
18+
"hero-title": { "dark": "#fff", "light": "#000" },
19+
"logo-base": { "dark": "#fff", "light": "#000" },
20+
"logo-shape": { "dark": "#000", "light": "#fff" },
21+
"fill": { "dark": "#000", "light": "#fff" }
2022
},
2123
"icons": { "technology": "/sqlkit/images/SQLKit/vapor-sqlkit-logo.svg" }
2224
},

0 commit comments

Comments
 (0)