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; }