From 08fbfc881447977d1e213d761a3f5b51b6d542a5 Mon Sep 17 00:00:00 2001 From: MuchenTuchen31 Date: Sun, 14 Dec 2025 16:54:38 +0100 Subject: [PATCH] =?UTF-8?q?=C3=A4nderungen=20wurden=20nicht=20angenommen,?= =?UTF-8?q?=20nochmal=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/sb-admin-2.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) 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 {