feat: add top horizontal rail connecting header verticals

Adds a neon-green horizontal line across the very top of the site,
spanning from the left vertical rail to the right vertical rail, so
the header reads as a closed bracket instead of two floating lines.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ryan Salazar
2026-05-22 19:35:22 +00:00
parent 4528257842
commit 2b45112c21
2 changed files with 16 additions and 1 deletions

View File

@@ -244,6 +244,7 @@ export default function Header() {
return (
<div className="bb-header-rails relative">
<div className="bb-header-top-rail" aria-hidden />
{/* TOP BAR */}
<div className="max-w-container mx-auto px-4">
<div className="bg-[#1a2535] border-b border-[#2a3a50] h-8 flex items-center justify-between">