16 lines
192 B
SCSS
Vendored
16 lines
192 B
SCSS
Vendored
.table {
|
|
thead {
|
|
tr {
|
|
th {
|
|
background-color: $body-bg;
|
|
}
|
|
}
|
|
}
|
|
tbody {
|
|
tr {
|
|
td {
|
|
color: $light;
|
|
}
|
|
}
|
|
}
|
|
} |