Skip to content

Commit

Permalink
fix: make tutorial sections more visible (#594)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dummdidumm authored Oct 24, 2024
1 parent fcbeaae commit 77d1912
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/svelte.dev/src/routes/tutorial/[...slug]/Controls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,9 @@
padding: 0 1rem;
font: var(--sk-font-ui-small);
}
option:disabled {
color: var(--sk-text-1);
font-weight: bold;
}
</style>

0 comments on commit 77d1912

Please sign in to comment.