From 353adc6389ea370270a3b00ed6f868b3fc70fc19 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 18 Dec 2025 00:07:55 +0000 Subject: [PATCH] December 17th,2025 V.28 --- assets/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index 35c11a6..f4aba09 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -5,8 +5,7 @@ --background-body: #FFFFFF; --text-color-dark: #101828; --text-color-light: #667085; - --primary-color: #444CE7; - --primary-gradient: linear-gradient(to right, #444CE7, #7C3AED); + --primary-color: #3B82F6; --border-color: #EAECF0; --white: #FFFFFF; --section-bg: #F9FAFB; @@ -252,7 +251,6 @@ h3 { font-size: 20px; line-height: 1.5; } .how-it-works-card .card-icon img { width: 32px; height: 32px; - filter: invert(34%) sepia(98%) saturate(1499%) hue-rotate(224deg) brightness(94%) contrast(93%); } .how-it-works-card h3 { @@ -355,7 +353,7 @@ h3 { font-size: 20px; line-height: 1.5; } #human-in-loop-tabs .tab-button { border-bottom-width: 2px; border-color: transparent; - color: #6B7280; + color: var(--text-color-dark); transition: all 0.3s ease; padding: 1rem 1.5rem; font-weight: 600; @@ -364,12 +362,14 @@ h3 { font-size: 20px; line-height: 1.5; } #human-in-loop-tabs .tab-button:hover { border-color: var(--primary-color); color: var(--primary-color); + opacity: 1; } #human-in-loop-tabs .tab-button.active-tab { border-color: var(--primary-color); color: var(--primary-color); background-color: #F9FAFB; + opacity: 1; } #human-in-loop-tabs .tab-content {