From 6d18a37e09f31a275985415c621f43e724c5b834 Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Mon, 28 Oct 2019 05:32:24 +0000 Subject: [PATCH] fix(css): set list-style to disc for toc --- themes/chameleon/source/css/typing.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/chameleon/source/css/typing.css b/themes/chameleon/source/css/typing.css index 17731de..f132dd1 100644 --- a/themes/chameleon/source/css/typing.css +++ b/themes/chameleon/source/css/typing.css @@ -145,6 +145,7 @@ ol { ol.toc, ol.toc-child { + list-style: disc; margin-left: unset; }