mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Landing page: Text color (#2947)
This commit is contained in:
parent
2aa2bb9c87
commit
52ea5af213
1 changed files with 2 additions and 2 deletions
|
|
@ -256,7 +256,7 @@ function Feature(props: {
|
|||
{highlights.map((highlight, i) => (
|
||||
<div key={i} className={cn(activeHighlight === i ? 'block' : 'hidden')}>
|
||||
<div className="relative sm:px-6 lg:hidden">
|
||||
<p className="relative mx-auto max-w-2xl text-base sm:text-center">
|
||||
<p className="relative mx-auto max-w-2xl text-black text-base sm:text-center">
|
||||
{highlight.description}
|
||||
</p>
|
||||
</div>
|
||||
|
|
@ -392,7 +392,7 @@ export function IndexPage(): ReactElement {
|
|||
<div className="absolute opacity-[0.15] w-[60vw] h-[255px] -right-[200px] -top-[200px] blur-3xl bg-gradient-to-b from-gray-300 to-gray-50" />
|
||||
</div>
|
||||
<div className="py-24">
|
||||
<h2 className="text-3xl font-semibold leading-normal tracking-tight text-center mb-12 text-black">
|
||||
<h2 className="base:mr-1 ml-1 text-3xl font-semibold leading-normal tracking-tight text-center mb-12 text-black">
|
||||
Perfect fit for your GraphQL Gateway
|
||||
</h2>
|
||||
<Highlights
|
||||
|
|
|
|||
Loading…
Reference in a new issue