Skip to content

Commit

Permalink
CSS: couleurs du ::marker (fix Safari)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgoetter committed Sep 17, 2024
1 parent 7774810 commit d6e23b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/components/commons.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ul.list {

& > li::marker {
content: normal;
color: currentColor;
}
}

Expand Down
1 change: 1 addition & 0 deletions uno-bretzel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default definePreset(() => {
& > li::marker {
content: "";
color: transparent;
}
}
Expand Down

0 comments on commit d6e23b5

Please sign in to comment.