Skip to content

Commit 333222f

Browse files
committed
fix(website): remove annoying header border bar on the homepage
1 parent 85c1e07 commit 333222f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/src/styles/starlight-overrides.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ body:has(#main-content) {
108108
--sl-color-bg-nav: transparent;
109109
}
110110

111+
/* Remove the header bottom border on the home page */
112+
body:has(#main-content) header.header {
113+
border-bottom: none !important;
114+
}
115+
111116
/* ── Hide Starlight's built-in theme selector (dropdown) ─── */
112117
/* We use our own custom ThemeToggle component instead */
113118
starlight-theme-select {

0 commit comments

Comments
 (0)