From 34664ef4fe5a39f82b1e3d6c6f41d16d5047babd Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 11 Jun 2022 16:58:29 +0200 Subject: Fixed list --- src/scopes/_lists.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/scopes') diff --git a/src/scopes/_lists.scss b/src/scopes/_lists.scss index 2ea342f..5b157ef 100644 --- a/src/scopes/_lists.scss +++ b/src/scopes/_lists.scss @@ -28,11 +28,11 @@ } ul { - list-style: disc; + list-style: inside disc; } ol { - list-style: decimal; + list-style: inside decimal; } dl { -- cgit v1.2.3-54-g00ecf