From a829825ca2956b4e6e3466806d5429b6676e0fd4 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 14 Oct 2024 01:57:51 +0300 Subject: CSS updates --- client/css/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/css/styles.css') diff --git a/client/css/styles.css b/client/css/styles.css index 244fba9..08b28dc 100644 --- a/client/css/styles.css +++ b/client/css/styles.css @@ -30,6 +30,10 @@ button:hover { border: solid 2px aliceblue; } -table, th, td { - border: solid 1px lightgreen; +table { + background-color: lightgreen; +} +th, tr, td { + background-color: black; + padding: 2px; } -- cgit v1.2.3