style: remove uppercase and add vertical separators to footer navigation
All checks were successful
Deploy Theme / deploy (push) Successful in 14s

This commit is contained in:
2026-02-20 10:48:12 +01:00
parent f4b03c9221
commit b12bcfd5ea

View File

@@ -101,7 +101,16 @@
/* Footer navigation styling */ /* Footer navigation styling */
footer nav ul.nav { footer nav ul.nav {
@apply flex items-center space-x-6 text-sm uppercase tracking-wider; @apply flex items-center space-x-4 text-sm tracking-wide;
}
footer nav ul.nav li {
@apply flex items-center;
}
footer nav ul.nav li:not(:last-child)::after {
content: "|";
@apply ml-4 opacity-20 text-[var(--text-secondary)];
} }
/* Navigation Links */ /* Navigation Links */