This commit is contained in:
Mateusz Gruszczyński
2025-09-19 10:30:22 +02:00
parent 4663445fb8
commit a9f21dd4b9

View File

@@ -799,17 +799,17 @@ td select.tom-dark {
/* Tekstowe kolory */
.text-success {
color: var(--success) !important;
color: var(--success-text) !important;
}
.text-warning {
color: var(--warning) !important;
color: var(--warning-text) !important;
}
.text-info {
color: var(--info) !important;
color: var(--info-text) !important;
}
.text-danger {
color: var(--danger) !important;
color: var(--danger-text) !important;
}