We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3d66c commit 8997338Copy full SHA for 8997338
1 file changed
website/src/styles/starlight-overrides.css
@@ -108,6 +108,18 @@ body:has(#main-content) {
108
--sl-color-bg-nav: transparent;
109
}
110
111
+/* Remove header border and Starlight padding/borders above the custom content.
112
+ Hero section (and its background grid) touches the header seamlessly,
113
+ completely eliminating any 'bar' or gap between them. */
114
+body:has(#main-content) header.header {
115
+ border-bottom: none !important;
116
+}
117
+
118
+body:has(#main-content) .content-panel {
119
+ padding-top: 0 !important;
120
+ border-top: none !important;
121
122
123
/* ── Hide Starlight's built-in theme selector (dropdown) ─── */
124
/* We use our own custom ThemeToggle component instead */
125
starlight-theme-select {
0 commit comments