From d0a033eebe85f2049ffb52e328bb500417f1a9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sun, 9 Jun 2024 18:29:59 +0200 Subject: [PATCH] sad --- assets/tabulka.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index 105aa58..7ac64e7 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -29,6 +29,6 @@ tbody tr:nth-child { background-color: #c0c0c0; } -tbody tr:hover > td { +tbody tr:hover > td { background-color: #7a7a7a; }