From 64cc2f326b93c37207993dea91d4421a6b197908 Mon Sep 17 00:00:00 2001 From: Matthew Huntington Date: Tue, 26 Aug 2025 22:14:50 -0400 Subject: [PATCH] styling --- public/app.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/app.css b/public/app.css index 505288b..119f3a5 100644 --- a/public/app.css +++ b/public/app.css @@ -21,10 +21,15 @@ td,th { border:1px solid black; padding:1em; } +td ul { + padding-inline-start:0; +} + th { background:lightgrey; color:black; } + tbody tr:nth-child(even) td{ background:#eeeeee; color:black;