diff options
author | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-01 18:24:50 +0100 |
---|---|---|
committer | LynithDev <61880709+LynithDev@users.noreply.github.com> | 2024-01-01 18:24:50 +0100 |
commit | c1486fc5a51b8ff3ee419c1203052c10bc46822c (patch) | |
tree | 1b4621804ed3b13e6ffb81ff9e155bf527d31f23 /apps/website/src/pages | |
parent | 40138cee2b915f33e7d55a195d18f19682f3fb7d (diff) | |
download | Nexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.tar.gz Nexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.tar.bz2 Nexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.zip |
Add color + change the hero block index pill
Diffstat (limited to 'apps/website/src/pages')
-rw-r--r-- | apps/website/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index b5c6e82..b291ef8 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -29,7 +29,7 @@ import Layout from '@layouts/Layout.astro'; </div> <div class="mx-auto max-w-3xl py-36 lg:py-48"> <div class="mt-4 mb-8 flex md:justify-center"> - <div class="flex flex-row justify-center items-center font-medium relative rounded-full py-1 px-3 text-sm text-gray-600 hover:text-blue-500 border border-1 border-gray-600 hover:border-blue-600"> + <div class="flex flex-row justify-center items-center font-medium relative rounded-full py-1 px-3 text-sm text-blue-450 hover:text-blue-600 border border-1 border-gray-900/10 hover:border-blue-600"> Introducing OneConfig <Link href="/projects/oneconfig" class="transition-none"> <span class="absolute inset-0" aria-hidden="true"></span> |