From 17002ad833c5beb1221c83dc0dc0ebec90801e99 Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Thu, 12 Feb 2026 13:58:55 +0100 Subject: [PATCH] e --- Profice WebSite/style/design.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Profice WebSite/style/design.css b/Profice WebSite/style/design.css index 4eec97b..ecfc37e 100644 --- a/Profice WebSite/style/design.css +++ b/Profice WebSite/style/design.css @@ -2035,11 +2035,11 @@ body { } .fit-card.negative { - background: rgba(255, 0, 0, 0.5); + background: rgba(220, 100, 100, 0.3); } .fit-card.positive { - background: rgba(0, 128, 0, 0.5); + background: rgba(100, 180, 100, 0.3); border-left-color: var(--accent-teal); } @@ -2091,14 +2091,14 @@ body { } .negative-icon { - background: rgba(239, 68, 68, 0.15); - color: #ef4444; + background: rgba(220, 120, 120, 0.1); + color: #d87777; font-weight: bold; } .positive-icon { - background: rgba(127, 184, 130, 0.25); - color: var(--accent-teal); + background: rgba(120, 180, 120, 0.15); + color: #6fa86f; font-weight: bold; }