December 17th,2025 V.28

This commit is contained in:
Flatlogic Bot 2025-12-18 00:07:55 +00:00
parent 8fa61c25c2
commit 353adc6389

View File

@ -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 {