@@ -91,11 +91,11 @@ function FeaturesZigZag() {
9191 < div className = "py-12 md:py-20 border-t border-gray-800" >
9292 { /* Section header */ }
9393 < div className = "max-w-3xl mx-auto text-center pb-12 md:pb-16" >
94- < div className = "inline-flex text-sm font-semibold py-1 px-3 m-2 text-green-600 bg-green-200 rounded-full mb-4" >
94+ < div className = "inline-flex text-sm font-semibold py-1 px-3 m-2 text-green-800 bg-green-200 rounded-full mb-4" >
9595 Open source
9696 </ div >
9797 < h1 className = "h2 mb-4" > Community driven feature flagging</ h1 >
98- < p className = "text-xl text-gray-500 dark:text-gray-300 mb-4" >
98+ < p className = "text-xl text-gray-700 dark:text-gray-300 mb-4" >
9999 OpenFeature is an open source CNCF incubating project under the Apache 2 license. Check out the project on{ ' ' }
100100 < Link to = "https://github.com/open-feature" > GitHub</ Link > and consider joining the{ ' ' }
101101 < Link to = "/community/" > OpenFeature community!</ Link >
@@ -126,11 +126,11 @@ function FeaturesZigZag() {
126126 < div className = "md:pr-4 lg:pr-12 xl:pr-16" >
127127 < div className = "font-architects-daughter text-xl text-purple-600 mb-2" > Avoid code-level lock-in</ div >
128128 < h3 className = "h3 mb-3" > One SDK, any backend</ h3 >
129- < p className = "text-xl text-gray-500 dark:text-gray-300 mb-4" >
129+ < p className = "text-xl text-gray-700 dark:text-gray-300 mb-4" >
130130 OpenFeature is designed to work with any feature flag management tool or in-house solution. This
131131 enables you to switch between platforms or consolidate multiple platforms much more easily.
132132 </ p >
133- < ul className = "text-lg text-gray-500 dark:text-gray-300 -mb-2 pl-0" >
133+ < ul className = "text-lg text-gray-600 dark:text-gray-300 -mb-2 pl-0" >
134134 < li className = "flex items-center mb-2" >
135135 < CheckboxIcon text = "Continue to use your current solution" />
136136 </ li >
@@ -172,11 +172,11 @@ function FeaturesZigZag() {
172172 Developed with the industry
173173 </ div >
174174 < h3 className = "h3 mb-3" > Supports your favorite tools</ h3 >
175- < p className = "text-xl text-gray-500 dark:text-gray-300 mb-4" >
175+ < p className = "text-xl text-gray-700 dark:text-gray-300 mb-4" >
176176 OpenFeature has broad industry support, and many of the top open source and commercial tools have
177177 created officially-supported providers.
178178 </ p >
179- < ul className = "text-lg text-gray-500 dark:text-gray-300 -mb-2 pl-0" >
179+ < ul className = "text-lg text-gray-600 dark:text-gray-300 -mb-2 pl-0" >
180180 < li className = "flex items-center mb-2" >
181181 < CheckboxIcon text = "Works with your favorite vendor" />
182182 </ li >
@@ -217,7 +217,7 @@ function FeaturesZigZag() {
217217 < div className = "md:pr-4 lg:pr-12 xl:pr-16" >
218218 < div className = "font-architects-daughter text-xl text-purple-600 mb-2" > Ultimate flexibility</ div >
219219 < h3 className = "h3 mb-3" > Speaks your language</ h3 >
220- < p className = "text-xl text-gray-500 dark:text-gray-300 mb-4" >
220+ < p className = "text-xl text-gray-700 dark:text-gray-300 mb-4" >
221221 OpenFeature supports many of the top programming languages, with more on the way.
222222 </ p >
223223 </ div >
0 commit comments