Fix(app/sidebar): remove duplicate marker

This commit is contained in:
Johannes Kirschbauer
2025-04-28 14:15:02 +02:00
parent 1ac73ae866
commit 035b27a99c

View File

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