diff --git a/site/src/routes/tutorial/[slug]/index.svelte b/site/src/routes/tutorial/[slug]/index.svelte index be59665970..bcb9a9b24a 100644 --- a/site/src/routes/tutorial/[slug]/index.svelte +++ b/site/src/routes/tutorial/[slug]/index.svelte @@ -198,7 +198,6 @@ .chapter-markup::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.7); border-radius: 1em; - outline: 1px solid green; } .chapter-markup :global(p) > :global(code),