aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-01 18:24:50 +0100
committerLynithDev <61880709+LynithDev@users.noreply.github.com>2024-01-01 18:24:50 +0100
commitc1486fc5a51b8ff3ee419c1203052c10bc46822c (patch)
tree1b4621804ed3b13e6ffb81ff9e155bf527d31f23
parent40138cee2b915f33e7d55a195d18f19682f3fb7d (diff)
downloadNexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.tar.gz
Nexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.tar.bz2
Nexus-c1486fc5a51b8ff3ee419c1203052c10bc46822c.zip
Add color + change the hero block index pill
-rw-r--r--apps/website/src/components/icons/impl/link-external.svg2
-rw-r--r--apps/website/src/pages/index.astro2
-rw-r--r--apps/website/tailwind.config.ts1
3 files changed, 3 insertions, 2 deletions
diff --git a/apps/website/src/components/icons/impl/link-external.svg b/apps/website/src/components/icons/impl/link-external.svg
index b431e85..7b09b3c 100644
--- a/apps/website/src/components/icons/impl/link-external.svg
+++ b/apps/website/src/components/icons/impl/link-external.svg
@@ -1,3 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
- <path d="M17.5 7.5L17.5 2.5M17.5 2.5H12.5M17.5 2.5L10.8333 9.16667M8.33333 4.16667H6.5C5.09987 4.16667 4.3998 4.16667 3.86502 4.43915C3.39462 4.67883 3.01217 5.06129 2.77248 5.53169C2.5 6.06647 2.5 6.76654 2.5 8.16667V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H11.8333C13.2335 17.5 13.9335 17.5 14.4683 17.2275C14.9387 16.9878 15.3212 16.6054 15.5608 16.135C15.8333 15.6002 15.8333 14.9001 15.8333 13.5V11.6667" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M17.5 7.5L17.5 2.5M17.5 2.5H12.5M17.5 2.5L10.8333 9.16667M8.33333 4.16667H6.5C5.09987 4.16667 4.3998 4.16667 3.86502 4.43915C3.39462 4.67883 3.01217 5.06129 2.77248 5.53169C2.5 6.06647 2.5 6.76654 2.5 8.16667V13.5C2.5 14.9001 2.5 15.6002 2.77248 16.135C3.01217 16.6054 3.39462 16.9878 3.86502 17.2275C4.3998 17.5 5.09987 17.5 6.5 17.5H11.8333C13.2335 17.5 13.9335 17.5 14.4683 17.2275C14.9387 16.9878 15.3212 16.6054 15.5608 16.135C15.8333 15.6002 15.8333 14.9001 15.8333 13.5V11.6667" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
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>
diff --git a/apps/website/tailwind.config.ts b/apps/website/tailwind.config.ts
index 3085e78..355dc5a 100644
--- a/apps/website/tailwind.config.ts
+++ b/apps/website/tailwind.config.ts
@@ -14,6 +14,7 @@ const config: Config = {
200: 'rgba(189, 215, 249, 1)',
300: 'rgba(166, 200, 249, 1)',
400: 'rgba(56, 132, 255, 1)',
+ 450: 'rgba(37,99,235, 1)',
500: 'rgba(31, 101, 214, 1)',
600: 'rgba(9, 84, 165, 1)',
800: 'rgba(19, 43, 83, 1)',