From de1c6538334bbb69973359bdba3b6fb71e2e5c06 Mon Sep 17 00:00:00 2001 From: Declan Chidlow Date: Sat, 19 Oct 2024 09:35:27 +0800 Subject: [PATCH] Nicer list markers --- docs/styles/type/type.css | 13 +++++++++++++ input/global/styles/type/type.css | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/styles/type/type.css b/docs/styles/type/type.css index 1756f53..37a632f 100644 --- a/docs/styles/type/type.css +++ b/docs/styles/type/type.css @@ -37,6 +37,19 @@ li { line-height: 1.4rem; margin-bottom: 0.5rem; margin-left: 2rem; + list-style-type: "✦ "; + + li { + list-style-type: "✧ "; + + li { + list-style-type: "⬥ "; + + li { + list-style-type: "⬦ "; + } + } + } } sup, diff --git a/input/global/styles/type/type.css b/input/global/styles/type/type.css index 1756f53..37a632f 100644 --- a/input/global/styles/type/type.css +++ b/input/global/styles/type/type.css @@ -37,6 +37,19 @@ li { line-height: 1.4rem; margin-bottom: 0.5rem; margin-left: 2rem; + list-style-type: "✦ "; + + li { + list-style-type: "✧ "; + + li { + list-style-type: "⬥ "; + + li { + list-style-type: "⬦ "; + } + } + } } sup,