diff --git a/public/css/app.css b/public/css/app.css index 1039e0d..c8d677b 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -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, @@ -23909,4 +23921,4 @@ .icon-mid:before { .z-1 { z-index: 1 -} \ No newline at end of file +}