Skip to content

Commit d4d93d3

Browse files
committed
Fix the button color for Ivy
1 parent 9b978c4 commit d4d93d3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

app/(home)/page.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ follower.followPath(path);`;
6666
Pathing
6767
</Link>
6868
<Link href="/docs/ivy/installation"
69-
className="flex items-center justify-center font-medium #ffc516 text-fd-primary-foreground hover:opacity-80 transition-opacity h-11 px-6 rounded-full">
69+
className="flex items-center justify-center font-medium text-fd-primary-foreground hover:opacity-80 transition-opacity h-11 px-6 rounded-full"
70+
style={{ backgroundColor: '#ffc516' }}>
7071
Ivy
7172
</Link>
7273
<a href="https://github.com/Pedro-Pathing/PedroPathing" target="_blank" rel="noreferrer"

app/global.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
.dark {
1212
--color-fd-background: #0f0f14;
1313
--color-fd-primary: #FE55A2;
14+
--color-fd-yellow: #ffc516;
1415
--color-fd-primary-foreground: hsl(0, 0%, 98%);
1516
--color-fd-ring: #FE55A2;
1617
}

0 commit comments

Comments
 (0)