From 609dc6a3769d85e1cc4a8f06af58165be86b598c Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sun, 10 May 2026 22:56:42 +0900 Subject: Add band index page sorted by slug, show hiatus status only Co-Authored-By: Claude Sonnet 4.6 --- app/app.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/app.css') diff --git a/app/app.css b/app/app.css index 1a24300..1129e5a 100644 --- a/app/app.css +++ b/app/app.css @@ -69,10 +69,10 @@ section h2 { font-size: 1rem; font-weight: 600; color: #9ca3af; text-transform: /* ── Band list / home ── */ -.band-list { display: flex; flex-direction: column; gap: .5rem; } -.band-item { display: flex; align-items: center; gap: .75rem; padding: .75rem; background: #111827; border-radius: 6px; } -.band-item a { font-weight: 500; color: #f3f4f6; flex: 1; } -.band-item a:hover { color: #60a5fa; text-decoration: none; } +.band-list { display: flex; flex-direction: column; gap: .25rem; list-style: none; } +.band-list li { display: flex; align-items: baseline; gap: .75rem; padding: .375rem 0; border-bottom: 1px solid #1f2937; } +.band-list a { font-weight: 500; color: #e5e7eb; } +.band-list a:hover { color: #60a5fa; text-decoration: none; } /* ── Meta ── */ -- cgit v1.2.3