From 6250f4b5bd732192972339a93da75e75d2d12b5c Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Sun, 1 Dec 2024 17:36:42 +0100 Subject: [PATCH] lists --- src/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index a145bae..72ee75b 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -99,3 +99,7 @@ ul { list-style: square; margin-left: 1rem; } +ol { + list-style: auto; + margin-left: 1rem; +}