Skip to content

Commit

Permalink
fix: discs appearing on ordered lists (#182)
Browse files Browse the repository at this point in the history
* fix discs appearing on ordered lists

* Add changeset

---------

Co-authored-by: Puru Vijay <[email protected]>
  • Loading branch information
rossrobino and PuruVJ authored Aug 4, 2023
1 parent e370935 commit c1cb24a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-points-behave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

(fix) discs appearing on ordered lists
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/styles/text.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
margin: 0 0 0.5em 0;
}

.text :where(li)::before {
.text :where(ul li)::before {
content: '';
position: absolute;
margin-top: 0.8rem;
Expand Down

0 comments on commit c1cb24a

Please sign in to comment.