Skip to content

Commit 361e3b5

Browse files
committed
tweaks
1 parent 51094bb commit 361e3b5

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

apps/svelte.dev/src/lib/components/SecondaryNav.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
justify-content: space-between;
1818
padding: 0.6rem var(--sk-page-padding-side);
1919
background-color: var(--sk-bg-2);
20-
color: var(--sk-fg-1);
20+
color: var(--sk-fg-2);
2121
white-space: nowrap;
2222
flex: 0;
2323
gap: 1rem;

apps/svelte.dev/src/routes/tutorial/[...slug]/Chrome.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
border: 1px solid var(--sk-border);
7878
/* TODO this should apply to all buttons/inputs? */
7979
border-radius: var(--sk-border-radius);
80-
color: var(--sk-fg-1);
80+
color: var(--sk-fg-2);
8181
font: var(--sk-font-ui-medium);
8282
height: 3.2rem;
8383
}

apps/svelte.dev/src/routes/tutorial/[...slug]/Controls.svelte

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,4 @@
9797
padding: 0 1rem;
9898
font: var(--sk-font-ui-small);
9999
}
100-
101-
option:disabled {
102-
color: var(--sk-fg-1);
103-
font-weight: bold;
104-
}
105100
</style>

0 commit comments

Comments
 (0)