diff --git a/public/css/sb-admin-2.css b/public/css/sb-admin-2.css index 61fbc5d..9a91a3b 100644 --- a/public/css/sb-admin-2.css +++ b/public/css/sb-admin-2.css @@ -1738,9 +1738,9 @@ pre code { } .table .thead-light th { - color: #6e707e; - background-color: #eaecf4; - border-color: #e3e6f0; + color: #e2e8f0; + background-color: #1e293b; + border-color: #334155; } .table-dark { @@ -3212,7 +3212,7 @@ input[type="button"].btn-block { } .dropdown-item.disabled, .dropdown-item:disabled { - color: #b7b9cc; + color: #94a3b8; pointer-events: none; background-color: transparent; } @@ -9997,39 +9997,39 @@ a:focus { } .text-gray-100 { - color: #f8f9fc !important; + color: #ffffff !important; } .text-gray-200 { - color: #eaecf4 !important; + color: #f8fafc !important; } .text-gray-300 { - color: #dddfeb !important; + color: #f1f5f9 !important; } .text-gray-400 { - color: #d1d3e2 !important; + color: #e2e8f0 !important; } .text-gray-500 { - color: #b7b9cc !important; + color: #cbd5e1 !important; } .text-gray-600 { - color: #858796 !important; + color: #cbd5e1 !important; } .text-gray-700 { - color: #6e707e !important; + color: #e2e8f0 !important; } .text-gray-800 { - color: #5a5c69 !important; + color: #f1f5f9 !important; } .text-gray-900 { - color: #3a3b45 !important; + color: #ffffff !important; } .icon-circle {