We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c1e07 commit 333222fCopy full SHA for 333222f
website/src/styles/starlight-overrides.css
@@ -108,6 +108,11 @@ body:has(#main-content) {
108
--sl-color-bg-nav: transparent;
109
}
110
111
+/* Remove the header bottom border on the home page */
112
+body:has(#main-content) header.header {
113
+ border-bottom: none !important;
114
+}
115
+
116
/* ── Hide Starlight's built-in theme selector (dropdown) ─── */
117
/* We use our own custom ThemeToggle component instead */
118
starlight-theme-select {
0 commit comments