feat: Remove border-bottom on table rows

This commit is contained in:
daudix-UFO
2023-12-18 20:08:25 +03:00
parent 48b2e027d3
commit 0b7eac282f

View File

@ -288,8 +288,6 @@ table {
}
tr {
border-bottom: 1px solid var(--fg-muted-2);
&:nth-child(even) {
background-color: var(--fg-muted-1);
}