diff --git a/site/css/index.css b/site/css/index.css index ec72c79..c12e9ca 100644 --- a/site/css/index.css +++ b/site/css/index.css @@ -37,37 +37,6 @@ z-index: 1; } -.hero-badge { - display: inline-flex; - align-items: center; - gap: 6px; - padding: 4px 14px; - border-radius: 20px; - border: 1px solid var(--border); - background: var(--bg1); - font-size: 12px; - color: var(--t2); - margin-bottom: 24px; -} - -.hero-badge .dot { - width: 6px; - height: 6px; - border-radius: 50%; - background: var(--green); - animation: pulse 2s infinite; -} - -@keyframes pulse { - 0%, - 100% { - opacity: 1; - } - 50% { - opacity: 0.4; - } -} - .hero h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 700; @@ -837,10 +806,6 @@ gap: 16px; } - .hero-badge { - font-size: 11px; - padding: 6px 14px; - } } @media (prefers-reduced-motion: reduce) { diff --git a/site/index.html b/site/index.html index e0fb4e6..abec319 100644 --- a/site/index.html +++ b/site/index.html @@ -264,7 +264,6 @@
-
Open source. Runs locally. Your data never leaves your machine.

Your Git projects.
One Space.

Stop wasting time switching between accounts, tabs, and terminals. Search, organize, and operate on all your repos from one local interface.