fix: tweak table row color
This commit is contained in:
parent
493c8dfc4d
commit
55f41ada00
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ tbody {
|
||||||
}
|
}
|
||||||
|
|
||||||
tr:nth-child(odd) {
|
tr:nth-child(odd) {
|
||||||
background-color: #eee;
|
background-color: #e1e1e1;
|
||||||
}
|
}
|
||||||
|
|
||||||
td:first-child {
|
td:first-child {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue