mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Add decimals for ol tags
This commit is contained in:
@@ -757,11 +757,15 @@ section.main .content .markdown dd {
|
|||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
}
|
}
|
||||||
section.main .content .markdown ul {
|
section.main .content .markdown ul {
|
||||||
|
list-style-type: disc;
|
||||||
|
list-style-position: outside;
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
section.main .content .markdown ol {
|
||||||
|
list-style-type: decimal;
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
}
|
}
|
||||||
section.main .content .markdown li {
|
section.main .content .markdown li {
|
||||||
list-style-type: disc;
|
|
||||||
list-style-position: outside;
|
|
||||||
margin-left: 2em;
|
margin-left: 2em;
|
||||||
}
|
}
|
||||||
section.main .content .markdown em {
|
section.main .content .markdown em {
|
||||||
|
Reference in New Issue
Block a user