diff options
Diffstat (limited to 'apps/website/src/pages/index.astro')
-rw-r--r-- | apps/website/src/pages/index.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/website/src/pages/index.astro b/apps/website/src/pages/index.astro index b291ef8..72e7af4 100644 --- a/apps/website/src/pages/index.astro +++ b/apps/website/src/pages/index.astro @@ -16,7 +16,7 @@ import Layout from '@layouts/Layout.astro'; viewBox="0 0 1155 678"> <path fill="url(#45de2b6b-92d5-4d68-a6a0-9b9b2abad533)" - fill-opacity=".3" + fill-opacity="0.3" d="M317.219 518.975L203.852 678 0 438.341l317.219 80.634 204.172-286.402c1.307 132.337 45.083 346.658 209.733 145.248C936.936 126.058 882.053-94.234 1031.02 41.331c119.18 108.451 130.68 295.337 121.53 375.223L855 299l21.173 362.054-558.954-142.079z" /> <defs> @@ -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-blue-450 hover:text-blue-600 border border-1 border-gray-900/10 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-800/20 hover:border-blue-600"> Introducing OneConfig <Link href="/projects/oneconfig" class="transition-none"> <span class="absolute inset-0" aria-hidden="true"></span> |