Skip to content

Commit

Permalink
fix: Limit how much the .plain-list selector resets
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jun 23, 2019
1 parent dee75c6 commit 3e68752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions a11y.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
margin: 0;
padding: 0;
padding-left: 0;
}

/* prettier-ignore */
Expand Down

0 comments on commit 3e68752

Please sign in to comment.