diff --git a/src/interface/web/app/globals.css b/src/interface/web/app/globals.css index 7b90a98e..8609095f 100644 --- a/src/interface/web/app/globals.css +++ b/src/interface/web/app/globals.css @@ -373,11 +373,6 @@ margin: revert; } - li { - list-style: revert; - list-style-type: none; - } - body { @apply bg-background text-foreground; } diff --git a/src/interface/web/components/ui/sidebar.tsx b/src/interface/web/components/ui/sidebar.tsx index f222f156..1b31c91d 100644 --- a/src/interface/web/components/ui/sidebar.tsx +++ b/src/interface/web/components/ui/sidebar.tsx @@ -485,7 +485,7 @@ const SidebarMenuItem = React.forwardRef ),