From 616cc189d1bd64e25da1dcc37e19adc6d832d52b Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 5 Jan 2025 13:52:08 -0800 Subject: [PATCH] Remove bullet points from li styling explicitly --- src/interface/web/app/globals.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }