Skip to content
This repository was archived by the owner on Nov 25, 2024. It is now read-only.

Commit f869cee

Browse files
authored
fix: Remove leftover legacy styles
1 parent 9cfc2df commit f869cee

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.changeset/eight-news-pay.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/site-kit': patch
3+
---
4+
5+
Remove left-over legacy styles

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
1717
.inner {
1818
max-width: 120rem;
19-
padding: 0 var(--side-nav);
19+
padding: 0 var(--sk-page-padding-side);
2020
margin: 0 auto;
2121
}
2222

packages/site-kit/src/lib/styles/text.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
padding: 1rem;
4343
box-shadow: inset 1px 1px 6px hsla(205.7, 63.6%, 30.8%, 0.06);
4444
box-sizing: border-box;
45-
background-color: var(--code-bg);
46-
color: var(--code-base);
45+
background-color: var(--sk-code-bg);
46+
color: var(--sk-code-base);
4747
border-radius: var(--sk-border-radius);
4848
font-size: var(--sk-text-s);
4949
overflow-x: auto;

0 commit comments

Comments
 (0)