Remove bullet points from li styling explicitly

This commit is contained in:
sabaimran
2025-01-05 13:52:08 -08:00
parent a5705a5aa6
commit 616cc189d1

View File

@@ -373,6 +373,11 @@
margin: revert; margin: revert;
} }
li {
list-style: revert;
list-style-type: none;
}
body { body {
@apply bg-background text-foreground; @apply bg-background text-foreground;
} }