@@ -38,19 +38,18 @@
.ant-table-body {
border: none;
.ant-table-tbody {
- tr:nth-child(even) {
- background: #253C7E;
+ tr {
color: #E9F0F5;
td {
+ background: transparent;
}
+ tr:nth-child(even) {
+ background: #253C7E;
+ }
tr:nth-child(odd) {
background: #182E6F;
- color: #E9F0F5;
- td {
- border: none;
- }