update UL list style
@ -271,11 +271,13 @@ ul {
}
li {
list-style-position: inside;
list-style-position: outside;
/* text-indent: -1.5em; */
margin-left: 1.5em;
ul>li {
list-style-type: circle;
list-style-type: disc;