From eb238e94182f5c0884b0fb8db59a2d0a7457ae55 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 4 Jan 2024 19:46:09 -0800 Subject: feat(css): default marker --- src/app.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index 0ff87ecd..6834a7be 100644 --- a/src/app.css +++ b/src/app.css @@ -162,3 +162,9 @@ code { padding: 0; border-radius: 0; } + +/* remove list dots and stuff */ +ul, +li::marker { + content: unset !important; +} -- cgit v1.2.3