Skip to content

Commit

Permalink
Add color + change the hero block index pill
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Jan 1, 2024
1 parent 40138ce commit c1486fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/website/src/components/icons/impl/link-external.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/website/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions apps/website/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)',
Expand Down

0 comments on commit c1486fc

Please sign in to comment.