fix: tweak table row color

This commit is contained in:
Sebin Nyshkim 2020-03-28 18:02:20 +01:00
parent 493c8dfc4d
commit 55f41ada00

View file

@ -70,7 +70,7 @@ tbody {
}
tr:nth-child(odd) {
background-color: #eee;
background-color: #e1e1e1;
}
td:first-child {