refactor: apply nav-link-standard utility class to standardize navigation link styling across components.

This commit is contained in:
2026-03-02 11:37:31 -03:00
parent 81e1830563
commit 9abe631782
3 changed files with 16 additions and 10 deletions
+4
View File
@@ -55,6 +55,10 @@ body {
@apply glass rounded-2xl p-4 md:p-6 transition-all duration-300;
}
.nav-link-standard {
@apply text-xs font-bold uppercase tracking-widest transition-colors flex items-center gap-2;
}
.glass-card:hover {
@apply border-white/20 bg-white/5;
}