December 17th,2025 V.28
This commit is contained in:
parent
8fa61c25c2
commit
353adc6389
@ -5,8 +5,7 @@
|
|||||||
--background-body: #FFFFFF;
|
--background-body: #FFFFFF;
|
||||||
--text-color-dark: #101828;
|
--text-color-dark: #101828;
|
||||||
--text-color-light: #667085;
|
--text-color-light: #667085;
|
||||||
--primary-color: #444CE7;
|
--primary-color: #3B82F6;
|
||||||
--primary-gradient: linear-gradient(to right, #444CE7, #7C3AED);
|
|
||||||
--border-color: #EAECF0;
|
--border-color: #EAECF0;
|
||||||
--white: #FFFFFF;
|
--white: #FFFFFF;
|
||||||
--section-bg: #F9FAFB;
|
--section-bg: #F9FAFB;
|
||||||
@ -252,7 +251,6 @@ h3 { font-size: 20px; line-height: 1.5; }
|
|||||||
.how-it-works-card .card-icon img {
|
.how-it-works-card .card-icon img {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
filter: invert(34%) sepia(98%) saturate(1499%) hue-rotate(224deg) brightness(94%) contrast(93%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.how-it-works-card h3 {
|
.how-it-works-card h3 {
|
||||||
@ -355,7 +353,7 @@ h3 { font-size: 20px; line-height: 1.5; }
|
|||||||
#human-in-loop-tabs .tab-button {
|
#human-in-loop-tabs .tab-button {
|
||||||
border-bottom-width: 2px;
|
border-bottom-width: 2px;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
color: #6B7280;
|
color: var(--text-color-dark);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
padding: 1rem 1.5rem;
|
padding: 1rem 1.5rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
@ -364,12 +362,14 @@ h3 { font-size: 20px; line-height: 1.5; }
|
|||||||
#human-in-loop-tabs .tab-button:hover {
|
#human-in-loop-tabs .tab-button:hover {
|
||||||
border-color: var(--primary-color);
|
border-color: var(--primary-color);
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#human-in-loop-tabs .tab-button.active-tab {
|
#human-in-loop-tabs .tab-button.active-tab {
|
||||||
border-color: var(--primary-color);
|
border-color: var(--primary-color);
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
background-color: #F9FAFB;
|
background-color: #F9FAFB;
|
||||||
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#human-in-loop-tabs .tab-content {
|
#human-in-loop-tabs .tab-content {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user