From 8906617d27224afb7854d67f81641e42d069df89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Z=C3=A1ri=C5=A1?= Date: Sat, 8 Jun 2024 17:06:13 +0200 Subject: [PATCH] clr --- assets/tabulka.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/tabulka.css b/assets/tabulka.css index 369f0ee..8164103 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -27,9 +27,9 @@ thead { } tbody tr:nth-child { - background-color: #f1f1f1; + background-color: #c0c0c0; } tbody tr:hover { - background-color: #555555; + background-color: #7a7a7a; }