chore: markdown style

This commit is contained in:
Tristan Yang
2022-12-31 22:30:27 +08:00
parent 6fdd6b4ed9
commit 7fa50567ef
@@ -79,6 +79,14 @@ const MarkdownOverrides = createGlobalStyle`
background-color: #475467;
}
}
ol li{
display: flex;
flex-direction: column;
}
li ol{
display: flex;
flex-direction: column;
}
ul,
ol {
font-weight: 400;