Skip to content

Commit 77d1912

Browse files
authored
fix: make tutorial sections more visible (#594)
the default grayed-out styling makes it super hard to quickly find what you're looking for. This gives them a black and bold styling, which better fits their use case of separating exercises into sections.
1 parent fcbeaae commit 77d1912

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

0 commit comments

Comments
 (0)