From 2531f477e45b35cd9e23e6e916ec2e75446ee13e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sat, 8 Jun 2024 17:00:51 +0200 Subject: [PATCH] tab --- assets/tabulka.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index 4a03d3a..347df74 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -9,7 +9,7 @@ h1 { } table { - width: 100%; + width: 120%; border-collapse: collapse; margin: 20px 0; font-family:serif; font-size: 18px; @@ -31,5 +31,5 @@ tbody tr:nth-child { } tbody tr:hover { - background-color: #a1a1a1; + background-color: #a8a8a8; }