Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich-Harris committed Oct 3, 2024
1 parent 0fec902 commit d15fb3c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
1 change: 1 addition & 0 deletions apps/svelte.dev/src/routes/tutorial/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@
border-right: 1px solid var(--sk-back-4);
color: white;
opacity: 1;
font-size: var(--sk-font-size-ui-small);
}
.navigator .solve:disabled {
Expand Down
2 changes: 2 additions & 0 deletions apps/svelte.dev/src/routes/tutorial/[slug]/Loading.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,12 @@
h2 {
font-family: var(--sk-font-ui);
font-size: var(--sk-font-size-ui-large);
margin: 0 0 0.5em 0;
}
p {
margin: 0 0 1em 0;
font-size: var(--sk-font-size-ui-medium);
}
button {
Expand Down
9 changes: 1 addition & 8 deletions apps/svelte.dev/src/routes/tutorial/[slug]/Menu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,9 @@
header strong,
h1 {
font-family: inherit;
font-size: var(--sk-font-size-ui-medium);
}
.menu {
font-size: var(--sk-font-size-ui-medium);
border: none;
}
Expand Down Expand Up @@ -252,7 +250,7 @@
text-overflow: ellipsis;
text-align: center;
color: var(--sk-text-2);
font-weight: 400;
font-size: var(--sk-font-size-ui-small);
}
h1 .desktop {
Expand Down Expand Up @@ -452,10 +450,5 @@
font-size: var(--sk-font-size-ui-small);
color: var(--sk-text-3);
}
h1 strong {
font-size: var(--sk-font-size-ui-medium) !important;
line-height: 1;
}
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

<style>
.filetree {
--font-size: var(--sk-font-size-ui-medium);
--font-size: var(--sk-font-size-ui-small);
flex: 1;
overflow-y: auto;
overflow-x: hidden;
Expand Down

0 comments on commit d15fb3c

Please sign in to comment.