update nav-pills and table styles for improved readability

This commit is contained in:
LailaWulandarii 2025-12-18 22:56:36 +07:00
parent 16ee77d77b
commit 3ecbd6e414
1 changed files with 14 additions and 2 deletions

View File

@ -4424,7 +4424,8 @@ .nav-pills {
}
.nav-pills .nav-link {
border-radius: var(--bs-nav-pills-border-radius)
border-radius: var(--bs-nav-pills-border-radius);
color: black;
}
.nav-pills .nav-link.active,
@ -23557,6 +23558,17 @@ .table-lg.dataTable-table tr th {
padding: 1.3rem
}
.table th {
font-size: .9rem;
font-weight: 600;
color: black;
}
.table tr td,
.dataTable-table tr td {
color: black;
}
.dataTable-table thead tr th,
.dataTable-table thead tr td,
.dataTable-table tbody tr th,