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/tailwind.config.ts | |
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/tailwind.config.ts')
-rw-r--r-- | apps/website/tailwind.config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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)', |