minor bugfixes

This commit is contained in:
Simon Martens
2025-02-18 15:23:01 +01:00
parent 7d732a7ea2
commit 0f32f38b5e
2 changed files with 2 additions and 6 deletions

View File

@@ -63,17 +63,13 @@
}
nav a[aria-current="page"] {
@apply text-blue-400;
@apply text-slate-800;
}
nav a[aria-current="page"] {
@apply !border-zinc-300;
}
nav.submenu a[aria-current="page"] {
@apply text-blue-400;
}
main {
@apply grow shrink-0;
}