2025-03-26 10:01:46 +07:00

16 lines
192 B
SCSS
Vendored

.table {
thead {
tr {
th {
background-color: $body-bg;
}
}
}
tbody {
tr {
td {
color: $light;
}
}
}
}