Fix(app/sidebar): remove duplicate marker

This commit is contained in:
Johannes Kirschbauer
2025-04-28 14:15:02 +02:00
parent b3e5b1de8a
commit 05c172466f

View File

@@ -23,4 +23,8 @@
/* background-color: rgba(var(--clr-bg-inv-3) / 0.9); */ /* background-color: rgba(var(--clr-bg-inv-3) / 0.9); */
@apply bg-primary-800/90; @apply bg-primary-800/90;
border-radius: theme(borderRadius.md); border-radius: theme(borderRadius.md);
::marker {
content: "";
}
} }