From 192f2cfad45bd9bc03722e59ffb971d1f5651c80 Mon Sep 17 00:00:00 2001 From: magmaus3 Date: Wed, 12 Jul 2023 14:37:01 +0200 Subject: [PATCH] small css changes --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 13d1763..e986b7e 100644 --- a/index.css +++ b/index.css @@ -10,7 +10,6 @@ body { table { font-size: large; border-collapse: collapse; - /* color: black */ } thead { @@ -21,6 +20,7 @@ th { border: 1px solid black; } td { + border: 1px solid black; padding: 0.2em; text-align: center; } @@ -30,7 +30,7 @@ tr { } tr:hover { - background-color: rgba(255, 255, 255, 0.1); + background-color: rgba(255, 255, 255, 0.2); } td .nogames {