From fab2b100a8eb0fa77698ab0feadb52d74d0e6b86 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Tue, 16 Jul 2024 21:11:58 +0800 Subject: [PATCH] FEATURE: polish the style of li bullet --- assets/style-refractored.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 11978cf..7272786 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -277,6 +277,24 @@ $gray: #919EB1; -webkit-font-smoothing: antialiased; } } + + // ordered & unordered list style + + ol li { + padding-left: 5px; + + &::marker { + color: #919EB1; + } + } + + ul li { + padding-left: 5px; + + &::marker { + color: #919EB1; + } + } } .tag-div {