diff --git a/public/css/admin-dashboard.css b/public/css/admin-dashboard.css index a0fd547..9a41214 100644 --- a/public/css/admin-dashboard.css +++ b/public/css/admin-dashboard.css @@ -177,17 +177,18 @@ body { .data-table td { padding: 12px; text-align: left; - border-bottom: 1px solid #eee; + border-bottom: 1px solid rgba(255, 255, 255, 0.1); + color: #ffffff; } .data-table th { - background: #f5f5f5; + background: rgba(255, 255, 255, 0.1); font-weight: bold; - color: #333; + color: #ffffff; } .data-table tr:hover { - background: #f9f9f9; + background: rgba(255, 255, 255, 0.1); } .modal {