feat: Remove border-bottom on table rows
This commit is contained in:
@ -288,8 +288,6 @@ table {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tr {
|
tr {
|
||||||
border-bottom: 1px solid var(--fg-muted-2);
|
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user