style: update markdown style
This commit is contained in:
parent
144f8b300d
commit
b403e1600c
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue