diff --git a/assets/tabulka.css b/assets/tabulka.css index 4f073b5..481656d 100644 --- a/assets/tabulka.css +++ b/assets/tabulka.css @@ -28,6 +28,6 @@ tbody tr:nth-child { background-color: #c0c0c0; } -tbody tr:hover > tr > td { +tbody tr:hover > td { background-color: #7a7a7a; }