änderungen wurden nicht angenommen, nochmal angepasst

This commit is contained in:
MuchenTuchen31 2025-12-14 16:54:38 +01:00
parent 928280176c
commit 08fbfc8814

View File

@ -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 {