Skip to content

Commit

Permalink
feat: ol use native style instead of pseudocode
Browse files Browse the repository at this point in the history
  • Loading branch information
jnm2377 committed Jun 29, 2020
1 parent 8fd5deb commit 6499fb8
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@
--space: 0;
}

:global(.bx--list--ordered),
ol {
list-style: decimal;
}

:global(.bx--list--ordered:not(.bx--list--nested)) {
margin-left: 1ch;
}
Expand Down Expand Up @@ -169,6 +174,14 @@
:global(.container--dark) .blockquote .list-item {
color: $carbon--blue-40;
}

:global(.bx--list--ordered:not(.bx--list--nested) > .bx--list__item::before) {
display: none;
}

:global(.bx--list--ordered:not(.bx--list--nested)) .list-item {
margin-left: 0.5rem;
}
//---------------------------------------
// Headings
//---------------------------------------
Expand Down

0 comments on commit 6499fb8

Please sign in to comment.