mirror of
https://github.com/wassname/chatGPTBox.git
synced 2026-07-03 04:52:16 +08:00
style: fix markdown ol item style (#12)
This commit is contained in:
@@ -80,9 +80,8 @@
|
||||
li {
|
||||
counter-increment: item;
|
||||
|
||||
&:before {
|
||||
&::marker {
|
||||
content: counter(item) '. ';
|
||||
margin-left: -0.75em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user