From 3ecbd6e414c8829cf75f807e81e28db9187e1828 Mon Sep 17 00:00:00 2001 From: LailaWulandarii Date: Thu, 18 Dec 2025 22:56:36 +0700 Subject: [PATCH] update nav-pills and table styles for improved readability --- public/css/app.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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 +}