Skip to content

Commit

Permalink
fix: change bullet points color and position (#646)
Browse files Browse the repository at this point in the history
fixes #542

---------

Co-authored-by: Simon H <[email protected]>
  • Loading branch information
heygwangjin and dummdidumm authored Oct 28, 2024
1 parent e2ede9c commit 05c4dcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site-kit/src/lib/components/Text.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -376,9 +376,9 @@
li::before {
content: '';
position: absolute;
top: calc(50% - 0.3rem);
top: 1.43rem;
left: -1.8rem;
background-color: var(--sk-back-5);
background-color: var(--sk-text-4);
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
Expand Down

0 comments on commit 05c4dcf

Please sign in to comment.