Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass13
1 files changed, 11 insertions, 2 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 4b555f9..6e36bc4 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -205,12 +205,21 @@ pre
ul
margin-bottom: 1.25rem
margin-left: 1.5em
- list-style: none
+ list-style: disc
+ ul ul
+ margin-bottom: 0
li
- list-style-type: disc
margin-left: 1.5em
list-style-position: outside
padding-left: 1em
+ ol
+ margin-bottom: 1.25rem
+ margin-left: 1.5em
+ ol ol
+ list-style-type: lower-alpha
+ margin-bottom: 0
+ ol ol ol
+ list-style-type: lower-roman
em
font-style: italic
strong