Skip to content

Commit

Permalink
fix: ordered list prefix font
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed Jun 1, 2023
1 parent 5c51bdf commit 79304d2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/components/list-item/list-item.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@

.list-item--ordered:before {
content: attr(data-index) '.';
font-size: var(--font-size-marker-ordered);
font-weight: var(--font-weight-marker-ordered);
font: var(--telekom-text-style-body);
}

.list-item--nested.list-item--ordered:before {
Expand Down

0 comments on commit 79304d2

Please sign in to comment.