This commit is contained in:
Mateusz Gruszczyński
2025-09-19 10:28:07 +02:00
parent 2d85991db0
commit 4663445fb8

View File

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