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