diff --git a/themes/hugo-blog-jeffprod/static/css/blog.css b/themes/hugo-blog-jeffprod/static/css/blog.css index ea20a384131486fe8e88bbee88e3807bd04bbd6f..5d4e8dc9cb569874bf414ca939fd01f14f831835 100644 --- a/themes/hugo-blog-jeffprod/static/css/blog.css +++ b/themes/hugo-blog-jeffprod/static/css/blog.css @@ -82,6 +82,12 @@ html,body { border: none; border-radius: 2px; } +ul{ + margin-left: 20px; +} +li{ + list-style-type: disc!important; +} /* ------------------------blog 主页------------------------- */ .article { display: flex;