This commit is contained in:
Vanessa 2022-12-30 22:00:14 +08:00
parent be187c706c
commit 70135e733f

View File

@ -211,7 +211,8 @@
display: inline-block; display: inline-block;
width: max-content; width: max-content;
tr { tr td,
tr th {
background-color: var(--b3-theme-surface); background-color: var(--b3-theme-surface);
border-top: 1px solid var(--b3-theme-surface-lighter); border-top: 1px solid var(--b3-theme-surface-lighter);
} }
@ -239,7 +240,7 @@
font-weight: normal; font-weight: normal;
} }
tbody tr:nth-child(2n) { tbody tr:nth-child(2n) td {
background-color: var(--b3-theme-background); background-color: var(--b3-theme-background);
} }
} }