chore: markdown style
This commit is contained in:
@@ -69,7 +69,7 @@ const MarkdownOverrides = createGlobalStyle`
|
|||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -79,6 +79,14 @@ const MarkdownOverrides = createGlobalStyle`
|
|||||||
background-color: #475467;
|
background-color: #475467;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ol li{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
li ol{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
ul,
|
ul,
|
||||||
ol {
|
ol {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|||||||
Reference in New Issue
Block a user