style: update markdown style

This commit is contained in:
XPoet 2020-11-26 17:45:37 +08:00
parent 144f8b300d
commit b403e1600c
2 changed files with 3 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<ul class="tools-ul-1">
<li class="tools-item tool-toggle-show flex-center">
<i class="fas fa-cog"></i>
<i class="fas fa-cog fa-spin"></i>
</li>
</ul>

View File

@ -79,17 +79,16 @@
ol {
li {
//list-style: upper-roman;
list-style: decimal;
ol {
li {
list-style: lower-roman;
list-style: upper-alpha;
ol {
li {
list-style: lower-alpha;
list-style: upper-roman;
}
}
}