From 4663445fb860cd93246546ff0db426f295afa155 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 19 Sep 2025 10:28:07 +0200 Subject: [PATCH] zmiany1 --- static/css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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