Commit 05d4b5b

Nick Faro committed on
Tighten repository tab highlights
commit 05d4b5b0d22b70407b744d8aa1502ee46707852b parent 56966ad
1 changed files +2−2
Modifiedinternal/site/style.go +2−2
@@ -98,10 +98,10 @@ button, input { font: inherit; }
98 .header-crumbs span { color: var(--muted); } 98 .header-crumbs span { color: var(--muted); }
99 .repo-nav { background: var(--canvas); border-bottom: 1px solid var(--border); } 99 .repo-nav { background: var(--canvas); border-bottom: 1px solid var(--border); }
100 .tabs { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; gap: 8px; } 100 .tabs { max-width: 1280px; margin: 0 auto; padding: 0 24px; display: flex; gap: 8px; }
101 .tab { position: relative; display: flex; align-items: center; gap: 7px; padding: 8px 10px 10px; color: var(--text); font-size: 14px; font-weight: 500; } 101 .tab { position: relative; display: flex; align-items: center; gap: 7px; margin: 4px 0 6px; padding: 4px 10px; color: var(--text); font-size: 14px; font-weight: 500; }
102 .tab:hover { text-decoration: none; background: rgba(175,184,193,.18); border-radius: 6px; } 102 .tab:hover { text-decoration: none; background: rgba(175,184,193,.18); border-radius: 6px; }
103 .tab.active { font-weight: 650; } 103 .tab.active { font-weight: 650; }
104 .tab.active:after { content: ""; height: 2px; background: #fd8c73; position: absolute; left: 8px; right: 8px; bottom: -1px; } 104 .tab.active:after { content: ""; height: 2px; background: #fd8c73; position: absolute; left: 8px; right: 8px; bottom: -7px; }
105 .counter { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: rgba(175,184,193,.25); color: var(--text); font-size: 12px; font-weight: 600; } 105 .counter { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 6px; border-radius: 999px; background: rgba(175,184,193,.25); color: var(--text); font-size: 12px; font-weight: 600; }
106 106
107 .content-shell { max-width: 1280px; margin: 0 auto 64px; padding: 24px; } 107 .content-shell { max-width: 1280px; margin: 0 auto 64px; padding: 24px; }