From 0271fc4441f1e002e035384afada2f2e69ce739d Mon Sep 17 00:00:00 2001 From: Agnes Gaschitz Date: Sat, 27 Mar 2021 10:36:18 +0100 Subject: [PATCH] Update info.css --- website/info/info.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/info/info.css b/website/info/info.css index 9cf5435..191aa60 100644 --- a/website/info/info.css +++ b/website/info/info.css @@ -118,12 +118,14 @@ table td.center table td.green { - background: #eeffee; + color: #21C23C; + font-weight: bold; } table td.red { - background: #ffeeee; + color: #BF233D; + font-weight: bold; } div.main @@ -149,5 +151,5 @@ div.main width: auto; margin: 0px 20px; } - + }