Skip to content

Commit

Permalink
Re-add color for second level list-points in a ordered list
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Obert authored and linawolf committed Oct 28, 2024
1 parent 50bdf23 commit 6dc6de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/typo3-docs-theme/assets/sass/_text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ article {
}
}

ol li::marker {
ol > li::marker {
color: $gray-800;
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/typo3-docs-theme/resources/public/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -23410,7 +23410,7 @@ article li {
article li::marker {
color: #ff8700;
}
article ol li::marker {
article ol > li::marker {
color: rgb(89.25, 89.25, 89.25);
}

Expand Down

0 comments on commit 6dc6de1

Please sign in to comment.