Skip to content

Commit

Permalink
scrollbars. Closes #1187
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Oct 19, 2023
1 parent bd5898b commit 5734590
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/(site)/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</script>

<h1 class="visually-hidden">Syntax Podcast</h1>

<PodcastHero />

<section aria-label="Latest podcast episodes full layout">
Expand Down
8 changes: 8 additions & 0 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,3 +326,11 @@ a[href^='https']:not(.social-icon, .button, .icon, .naked):after {
clip: rect(0, 0, 0, 0);
white-space: nowrap;
}

/* Scrollbars */
html {
--track: var(--black);
--thumb: var(--primary);
scrollbar-color: var(--thumb) var(--track);
scrollbar-width: thin;
}

1 comment on commit 5734590

@vercel
Copy link

@vercel vercel bot commented on 5734590 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

syntax-website-v2 – ./

syntax-website-v2-syntax.vercel.app
syntax-website-v2-git-v2-syntax.vercel.app
beta.syntax.fm

Please sign in to comment.