Add table row hover effect

This commit is contained in:
RichardG867
2021-12-04 14:13:11 -03:00
parent f51a3d5fe4
commit 93eff31b03

View File

@@ -190,6 +190,9 @@ table {
tr:nth-child(odd) {
background: #1c293a;
}
tr:hover {
background: #000040;
}
th, td {
border: 1px solid #808080;
padding: 5px;