diff --git a/static/css/style.css b/static/css/style.css index 0b2baa3..a6b722c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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; } \ No newline at end of file