From 858b38e26556c30825dbf76670c1fed7c3be4aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sat, 8 Jun 2024 17:02:49 +0200 Subject: [PATCH] clr --- assets/tabulka.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index 347df74..369f0ee 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -31,5 +31,5 @@ tbody tr:nth-child { } tbody tr:hover { - background-color: #a8a8a8; + background-color: #555555; }