summaryrefslogtreecommitdiff
path: root/app/app.css
diff options
context:
space:
mode:
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 ── */