14 lines
156 B
SCSS

// Tables
.table {
a {
color: $pma-link-color;
}
}
@media only screen and (min-width: 768px) {
.table th.position-sticky {
top: 96px;
}
}