Skip to content

Commit 01cfbba

Browse files
committed
Remove hover shadow
1 parent a2b1358 commit 01cfbba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/header.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<a href="https://www.frequency.xyz/#contact" target="_self" class="h6 xs:hidden after:bg-primary relative cursor-pointer content-center overflow-hidden px-2 font-bold transition-all duration-1000 lg:block text-black after:absolute after:bottom-0 after:left-0 after:h-[13px] after:w-full after:transform after:transition after:duration-300 after:content-[''] after:translate-y-[200%] after:opacity-0 hover:after:translate-y-0 hover:after:opacity-100 focus:after:translate-y-0 focus:after:opacity-100">Contact</a>
1414
<div class="content-center">
1515
<a href="https://www.frequency.xyz/dev-portal/" target="_self" class="pointer-events-auto block">
16-
<button class="h-[46px] px-f24 cursor-pointer rounded-full text-center transition-all text-nowrap hover:shadow-md bg-black hover:bg-primary text-white w-auto">
17-
<div class=" font-bold gap-f8 text-normal flex items-center justify-center font-sans">Developer Portal</div>
16+
<button class="h-[46px] px-f24 cursor-pointer rounded-full text-center transition-all text-nowrap bg-black hover:bg-primary text-white w-auto">
17+
<div class=" font-bold gap-f8 text-normal flex items-center justify-center font-sans">Developer Portal</div>
1818
</button>
1919
</a>
2020
</div>

0 commit comments

Comments
 (0)