From c2a5ef50939d51ca78e2822f19cc08e0e9f9ed27 Mon Sep 17 00:00:00 2001 From: Merlijn van Lent Date: Mon, 26 Aug 2024 15:19:47 +0200 Subject: [PATCH] feat(style): ol li style fix before elements. --- src/style/app.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/style/app.scss b/src/style/app.scss index 9ce068c..e637ea5 100644 --- a/src/style/app.scss +++ b/src/style/app.scss @@ -13,6 +13,15 @@ padding: 0; } + ol { + list-style: none; + padding: 0; + + li::before { + display: none !important; + } + } + .vo-html-sitemap__grid { padding: 0; display: grid;