diff options
author | amzrk2 | 2020-04-13 22:35:41 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 22:35:41 +0800 |
commit | b5145ea13b3927a49730674c93a8421220c7c1ca (patch) | |
tree | dc5d8fa83408e55f23c82005f59e3695c42b1141 | |
parent | e87237c1079c7e8264402d9448aebcd2e58bca3f (diff) | |
download | hugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.tar.gz hugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.tar.bz2 hugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.zip |
Adjust list style in markdown content
-rw-r--r-- | assets/sass/_markdown.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/sass/_markdown.scss b/assets/sass/_markdown.scss index 197f5b8..c6deabb 100644 --- a/assets/sass/_markdown.scss +++ b/assets/sass/_markdown.scss @@ -30,5 +30,9 @@ background-color: $color-spliter; } + ul { + list-style-type: circle; + } + @include link-secondary(); }
\ No newline at end of file |