trying to fix navbar

This commit is contained in:
2023-09-05 00:31:27 +02:00
parent 6d54bb4768
commit 1f807632ee
3 changed files with 11 additions and 9 deletions

View File

@@ -2,3 +2,7 @@ body {
font-family: 'DM Sans', sans-serif;
@apply flex h-full flex-col bg-zinc-50 dark:bg-black;
}
.router-link-exact-active {
@apply bg-white/60 dark:bg-black
}