summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authoramzrk22020-04-13 22:35:41 +0800
committeramzrk22020-04-13 22:35:41 +0800
commitb5145ea13b3927a49730674c93a8421220c7c1ca (patch)
treedc5d8fa83408e55f23c82005f59e3695c42b1141 /assets
parente87237c1079c7e8264402d9448aebcd2e58bca3f (diff)
downloadhugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.tar.gz
hugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.tar.bz2
hugo-theme-fuji-b5145ea13b3927a49730674c93a8421220c7c1ca.zip
Adjust list style in markdown content
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_markdown.scss4
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