open-consul/ui-v2/app/styles/components/table/skin.scss

14 lines
160 B
SCSS

th,
td {
border-bottom: $decor-border-100;
}
th {
color: $gray-400 !important;
}
th {
border-color: $keyline-dark;
}
td {
border-color: $keyline-mid;
}