From c778ba180634f063bb4cb322cc3947bf2f494123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sat, 8 Jun 2024 16:16:25 +0200 Subject: [PATCH] skola --- assets/tabulka.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index c90b476..0a282de 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -24,8 +24,8 @@ thead { background-color: #5c5b5b6b; } -tbody tr:nth-child(even) { - background-color: #f9f9f9; +tbody tr:nth-child { + background-color: #f1f1f1; } tbody tr:hover {