list-style discの編集
li { list-style-type: none; } li:before { content: ''; width: 6px; height: 6px; display: inline-block; border-radius: 100%; background: #20B97B; position: relative; left: -15px; top: -3px; }