chore: better table color style

This commit is contained in:
jeffreytse 2020-10-14 19:14:27 +08:00
parent 012ae587b7
commit c05a6e49c3

View file

@ -22,11 +22,11 @@ html[data-theme="dark"] {
color: #9d9d9d;
th {
background-color: #000;
background-color: #050505;
}
tr:nth-child(even) {
background-color: #111;
background-color: #080808;
}
}