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