summaryrefslogtreecommitdiff
path: root/app/app.css
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-10 22:56:42 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-10 22:56:42 +0900
commit609dc6a3769d85e1cc4a8f06af58165be86b598c (patch)
tree8e9c6e8741c7d6854c41fc6948172e0fc5391cd9 /app/app.css
parentec2417fc3e7029cb6fa84aa184daac2768ddad85 (diff)
Add band index page sorted by slug, show hiatus status only
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'app/app.css')
-rw-r--r--app/app.css8
1 files changed, 4 insertions, 4 deletions
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 ── */