refactor: apply nav-link-standard utility class to standardize navigation link styling across components.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user