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