From cd17515d9237329decba8b36f6da48f3fea7d5d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0r=C3=A1mek?= Date: Thu, 16 May 2024 09:21:36 +0200 Subject: [PATCH] update --- styly/Table.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styly/Table.css b/styly/Table.css index f61b3a6..ee1abf3 100644 --- a/styly/Table.css +++ b/styly/Table.css @@ -10,6 +10,7 @@ table { width: 100%; border-collapse: collapse; margin-top: 20px; + background-color: black; } th, td {