Skip to content

Commit f74b2ff

Browse files
committed
hackathon page hero
1 parent c7e35b5 commit f74b2ff

File tree

3 files changed

+18
-798
lines changed

3 files changed

+18
-798
lines changed

packages/astro-theme/components/LinkButton.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ const { href, label, type = "secondary", iconLeft, iconRight } = Astro.props;
3939
type === "primary-cheerpx",
4040
"border-white text-white hover:border-[#909090] hover:text-[#909090]":
4141
type === "secondary-cheerpx",
42-
"border-white bg-white text-black font-mono hover:bg-[#e2bace] hover:text-white hover:border-[#e2bace]":
42+
"border-white bg-white text-black font-mono hover:bg-primary-300 hover:text-white hover:border-primary-300":
4343
type === "primary-mono",
44-
"border-white text-white font-mono hover:border-[#e2bace] hover:text-[#e2bace]":
44+
"border-white text-white font-mono hover:border-primary-300 hover:text-primary-300":
4545
type === "secondary-mono",
4646
"border-white border-opacity-30 bg-blurple text-white hover:border-opacity-80":
4747
type === "discord",
575 KB
Loading

0 commit comments

Comments
 (0)