style: 저장소 탭 breadcrumb 을 다른 탭과 동일하게 통일

ProjectReposPage 가 .crumb .lnk(accent색)·.sep(여백) 를 로컬로 덮어써 다른 탭과
달라 보이던 것을 제거 → 전역 relay.css 의 crumb 스타일(text-2 링크·opacity 구분자)
을 따르도록 통일.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-21 01:19:42 +09:00
parent 647336b14d
commit d0599787f7
@@ -454,14 +454,6 @@ async function unlinkRepo(repo: ApiRepo) {
.crumb {
padding: 1.125rem 0 0.75rem;
}
.crumb .lnk {
color: var(--accent);
text-decoration: none;
}
.crumb .sep {
color: var(--text-3);
margin: 0 0.4375rem;
}
.repos-head {
display: flex;
align-items: center;