From c1486fc5a51b8ff3ee419c1203052c10bc46822c Mon Sep 17 00:00:00 2001 From: LynithDev <61880709+LynithDev@users.noreply.github.com> Date: Mon, 1 Jan 2024 18:24:50 +0100 Subject: Add color + change the hero block index pill --- apps/website/src/components/icons/impl/link-external.svg | 2 +- apps/website/src/pages/index.astro | 2 +- apps/website/tailwind.config.ts | 1 + 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 @@ - + 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';
-
+
Introducing OneConfig 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)', -- cgit