From 59befd34d7b28ea25dede35c020ad3cfaae85f9e Mon Sep 17 00:00:00 2001 From: sladecraven Date: Tue, 17 Nov 2020 19:06:06 +0100 Subject: [PATCH] #3 CSS rework --- styles/simple.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles/simple.css b/styles/simple.css index b8628b4d..ca0ed781 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -528,18 +528,20 @@ button { /* Fatigue CSS */ .table-fatigue { table-layout: fixed; + padding: 0 0; } .table-fatigue td { table-layout: fixed; width: 2px; height: 2px; + padding: 0 0; } .table-fatigue .fatigue-used { background-color: DarkRed; border: 1px solid #999; } .table-fatigue .fatigue-none { - background-color: black; + background-color: Grey; border: 1px solid #999; } .table-fatigue .fatigue-free {