diff --git a/src/interface/web/app/globals.css b/src/interface/web/app/globals.css index 8609095f..7b90a98e 100644 --- a/src/interface/web/app/globals.css +++ b/src/interface/web/app/globals.css @@ -373,6 +373,11 @@ margin: revert; } + li { + list-style: revert; + list-style-type: none; + } + body { @apply bg-background text-foreground; }