Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-back-7);
width: 0.6rem;
height: 0.6rem;
border-radius: 50%;
Expand Down
2 changes: 2 additions & 0 deletions packages/site-kit/src/lib/styles/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
--sk-back-4: hsl(0, 0%, 95%);
--sk-back-5: hsl(0, 0%, 92%);
--sk-back-6: hsl(0, 0%, 86%);
--sk-back-7: hsl(0, 0%, 72%);

--sk-text-1: hsl(0, 0%, 5%);
--sk-text-2: hsl(0, 0%, 12%);
Expand Down Expand Up @@ -140,6 +141,7 @@
--sk-back-4: hsl(var(--sk-back-hue), 15%, 22%);
--sk-back-5: hsl(var(--sk-back-hue), 15%, 25%);
--sk-back-6: hsl(var(--sk-back-hue), 15%, 32%);
--sk-back-7: hsl(var(--sk-back-hue), 15%, 36%);
--sk-back-translucent: hsla(0, 0%, 100%, 0.1);
--sk-theme-1-hsl: 12, 94%, 62%;
--sk-text-1: hsl(var(--sk-back-hue), 10%, 90%);
Expand Down