diff --git a/src/interface/web/app/globals.css b/src/interface/web/app/globals.css index 8461026b..c0215a67 100644 --- a/src/interface/web/app/globals.css +++ b/src/interface/web/app/globals.css @@ -333,6 +333,15 @@ @apply border-border; } + /* Style lists by default. Overrides no list styling being applied previously. */ + ul, + ol, + menu { + list-style: revert; + padding: revert; + margin: revert; + } + body { @apply bg-background text-foreground; }