Skip to content

Commit 05c4dcf

Browse files
fix: change bullet points color and position (#646)
fixes #542 --------- Co-authored-by: Simon H <[email protected]>
1 parent e2ede9c commit 05c4dcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/site-kit/src/lib/components/Text.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,9 @@
376376
li::before {
377377
content: '';
378378
position: absolute;
379-
top: calc(50% - 0.3rem);
379+
top: 1.43rem;
380380
left: -1.8rem;
381-
background-color: var(--sk-back-5);
381+
background-color: var(--sk-text-4);
382382
width: 0.6rem;
383383
height: 0.6rem;
384384
border-radius: 50%;

0 commit comments

Comments
 (0)