From a9f21dd4b92ddd90029bde2094088eec46acc4d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Fri, 19 Sep 2025 10:30:22 +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 a6b722c..0b2baa3 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) !important; + color: var(--success-text) !important; } .text-warning { - color: var(--warning) !important; + color: var(--warning-text) !important; } .text-info { - color: var(--info) !important; + color: var(--info-text) !important; } .text-danger { - color: var(--danger) !important; + color: var(--danger-text) !important; } \ No newline at end of file