From 83b00b69b19eebb34d58a81499e87f6a93696793 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Sat, 2 Apr 2022 19:53:16 -0400 Subject: [PATCH] correct italics for album names --- frontend/files/records/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/files/records/style.css b/frontend/files/records/style.css index 93593a4..e4cb1ea 100644 --- a/frontend/files/records/style.css +++ b/frontend/files/records/style.css @@ -247,7 +247,7 @@ body { color: #bbb; } -.recordTable .tRow .title { +.recordTable .tRow .name { font-style: italic; max-width: 600px; }