Skip to content

Commit 13f9dfa

Browse files
refactor: remove animation and box shadow from navbar logo
1 parent af9f4c4 commit 13f9dfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ function getProjectEmoji(repo) {
8585
>
8686
<nav id="navbar" class="fixed top-0 left-0 right-0 z-50 bg-white/95 backdrop-blur-lg border-b-2 border-red-500">
8787
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 flex justify-between items-center">
88-
<a href="#" class="text-2xl sm:text-3xl font-extrabold text-red-500 uppercase tracking-wider hover:animate-glitch hover:shadow-[0_0_10px_rgba(252,72,80,1)] transition-all duration-300">
88+
<a href="#" class="text-2xl sm:text-3xl font-extrabold text-red-500 uppercase tracking-wider transition-all duration-300">
8989
NitroBrain
9090
</a>
9191
<a href="https://github.com/NitroBrain" target="_blank" rel="noopener noreferrer" class="rounded-xl border-2 border-red-500 text-red-500 px-4 py-2 uppercase font-bold tracking-wide hover:bg-red-500 hover:text-white hover:shadow-[0_0_20px_rgba(252,72,80,1)] transition-all duration-300 flex items-center gap-2">

0 commit comments

Comments
 (0)