This commit is contained in:
Mateusz Gruszczyński
2025-09-19 10:36:02 +02:00
parent a9f21dd4b9
commit a5bf017c30

View File

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