Switch table highlighting to a smoother color

This commit is contained in:
RichardG867
2021-12-06 18:13:08 -03:00
parent c71e4e2add
commit 406d5a4412

View File

@@ -191,7 +191,7 @@ tr:nth-child(odd) {
background: #1c293a;
}
tr:hover {
background: #000040;
background: #202040;
}
th, td {
border: 1px solid #808080;