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 aed7f4c commit c34d737Copy full SHA for c34d737
packages/site-kit/src/lib/components/Text.svelte
@@ -380,11 +380,11 @@
380
li::before {
381
content: '';
382
position: absolute;
383
- top: calc((var(--sk-font-size-body) / var(--sk-line-height-body)) - 0.05lh);
+ top: 0.65em;
384
left: -1.8rem;
385
background-color: var(--sk-text-4);
386
- width: 0.2lh;
387
- height: 0.2lh;
+ width: 0.3em;
+ height: 0.3em;
388
border-radius: 50%;
389
opacity: 0.7;
390
}
0 commit comments