We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e046ab commit aed7f4cCopy full SHA for aed7f4c
packages/site-kit/src/lib/components/Text.svelte
@@ -380,11 +380,11 @@
380
li::before {
381
content: '';
382
position: absolute;
383
- top: 1.1rem;
+ top: calc((var(--sk-font-size-body) / var(--sk-line-height-body)) - 0.05lh);
384
left: -1.8rem;
385
background-color: var(--sk-text-4);
386
- width: 0.6rem;
387
- height: 0.6rem;
+ width: 0.2lh;
+ height: 0.2lh;
388
border-radius: 50%;
389
opacity: 0.7;
390
}
0 commit comments