From 5845285b5a05e3021e6cd9e4e0e84a6b26338fba Mon Sep 17 00:00:00 2001 From: Modnark Date: Thu, 14 May 2026 17:31:09 -0400 Subject: [PATCH] css.... --- assets/css/main.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index fe121b1..063e18c 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -113,15 +113,17 @@ table, th, td { } table { - margin: 0; + padding: 0; } th { + text-align: center; background-color: #4682b4; color: white; } tr { + text-align: center; background-color: #fff7e7; }