@@ -69,16 +69,16 @@ function Feature({title, Svg, description, linkTo, buttonTitle}: FeatureItem) {
6969 const svgClassName = `${ styles . featureSvg } white-image` ;
7070
7171 return (
72- < div className = { clsx ( "card" , styles . custom__card ) } style = { { height : '100%' , color : colorMode === 'dark' ? '#E6F7FF' : '#003366 ' } } >
72+ < div className = { clsx ( "card" , styles . custom__card ) } style = { { height : '100%' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } >
7373 < div className = "card__body custom__body_flex" >
7474 < div >
75- < Svg className = { svgClassName } role = "img" style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#003366 ' } } />
75+ < Svg className = { svgClassName } role = "img" style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } />
7676 </ div >
7777
78- < Heading as = "h2" className = "" style = { { fontSize : 22 , color : '#0073E6 '} } > { title } </ Heading >
78+ < Heading as = "h2" className = "" style = { { fontSize : 22 , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 '} } > { title } </ Heading >
7979 < p > { description } </ p >
80- < div className = "row" style = { { flex : 1 , color : '#0073E6 '} } > </ div >
81- < div style = { { width : '100%' , display : 'flex' , justifyContent : 'center ' , color : '#0073E6 '} } >
80+ < div className = "row" style = { { flex : 1 , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 '} } > </ div >
81+ < div style = { { width : '100%' , display : 'flex' , justifyContent : 'start ' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 '} } >
8282 < Link
8383 className = 'tutorial-button minimum'
8484 to = { linkTo } >
@@ -141,7 +141,7 @@ export default function HomepageFeatures(): JSX.Element {
141141 </ Heading >
142142 </ div >
143143 { /* style={{ gap: "20px"}} */ }
144- < div className = "row feature_container" style = { { gap : "20px" , justifyContent : "space-between" , color : colorMode === 'dark' ? '#E6F7FF' : '#003366 ' } } >
144+ < div className = "row feature_container" style = { { gap : "20px" , justifyContent : "space-between" , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } >
145145 { FeatureList . map ( ( props , idx ) => (
146146 < div key = { idx } style = { { padding : '0px' } } className = "col col--3" >
147147 < Feature { ...props } />
@@ -154,7 +154,7 @@ export default function HomepageFeatures(): JSX.Element {
154154 < div style = { {
155155 position : 'absolute' ,
156156 top : '-88px' ,
157- left : '-68 %' ,
157+ left : '-82 %' ,
158158 width : '800px' ,
159159 height : '205px' ,
160160 zIndex : - 1 ,
@@ -173,9 +173,9 @@ export default function HomepageFeatures(): JSX.Element {
173173 </ Heading >
174174 </ div >
175175 < div className = "row" style = { { display : 'flex' , flexDirection : 'row' , justifyContent : 'center' , marginTop : '40px' , gap : '20px' } } >
176- < div className = { clsx ( "card" , styles . custom__card_1 ) } style = { { height : '200px' , width : '500px' , padding : '20px' , color : '#0073E6 '} } >
177- < div className = "orb-font" style = { { fontSize : 26 , fontWeight : 'bold' , color : '#0073E6 ' } } > Fhenix Developer Updates</ div >
178- < div style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#003366 ' } } > Stay up-to-date on the latest Fhenix developer news</ div >
176+ < div className = { clsx ( "card" , styles . custom__card_1 ) } style = { { height : '200px' , width : '500px' , padding : '20px' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 '} } >
177+ < div className = "orb-font" style = { { fontSize : 26 , fontWeight : 'bold' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } > Fhenix Developer Updates</ div >
178+ < div style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } > Stay up-to-date on the latest Fhenix developer news</ div >
179179 < div className = "row" style = { { flex : 1 } } > </ div >
180180 < div style = { { display : 'flex' , justifyContent : 'flex-start' , marginTop : '10px' } } >
181181 < Link
@@ -186,9 +186,9 @@ export default function HomepageFeatures(): JSX.Element {
186186 </ div >
187187
188188 </ div >
189- < div className = { clsx ( "card" , styles . custom__card_1 ) } style = { { height : '200px' , width : '500px' , padding : '20px' , color : '#0073E6 '} } >
190- < div className = "orb-font" style = { { fontSize : 26 , fontWeight : 'bold' , color : '#0073E6 ' } } > Even More Resources</ div >
191- < div style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#003366 ' } } > Hear from Fhenix co-founders, engineering and research teams, ecosystem projects, and more. Join us!</ div >
189+ < div className = { clsx ( "card" , styles . custom__card_1 ) } style = { { height : '200px' , width : '500px' , padding : '20px' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 '} } >
190+ < div className = "orb-font" style = { { fontSize : 26 , fontWeight : 'bold' , color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } > Even More Resources</ div >
191+ < div style = { { color : colorMode === 'dark' ? '#E6F7FF' : '#001623 ' } } > Hear from Fhenix co-founders, engineering and research teams, ecosystem projects, and more. Join us!</ div >
192192 < div className = "row" style = { { flex : 1 } } > </ div >
193193 < div style = { { display : 'flex' , justifyContent : 'flex-start' , marginTop : '10px' } } >
194194
0 commit comments